Skip to content

Commit

Permalink
Update config/config_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Kosiewski <thoma471@googlemail.com>
  • Loading branch information
johannesfrey and ThomasK33 authored Apr 12, 2024
1 parent dbf1462 commit b6d035a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ controlPlane:
t.Run(tt.name, func(t *testing.T) {
c := &Config{}
if err := c.DecodeYAML(tt.args.r); (err != nil) != tt.wantErr {
t.Errorf("Config.Validate() error = %v, wantErr %v", err, tt.wantErr)
t.Errorf("Config.DecodeYAML() error = %v, wantErr %v", err, tt.wantErr)
}
})
}
Expand Down

0 comments on commit b6d035a

Please sign in to comment.