Skip to content

Commit a0c9d12

Browse files
committed
Fix a test file log error
1 parent d612869 commit a0c9d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/client-go/rest/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ func TestAnonymousConfig(t *testing.T) {
287287
_, actualError := actual.Dial(context.Background(), "", "")
288288
_, expectedError := expected.Dial(context.Background(), "", "")
289289
if !reflect.DeepEqual(expectedError, actualError) {
290-
t.Fatalf("CopyConfig dropped the Dial field")
290+
t.Fatalf("AnonymousClientConfig dropped the Dial field")
291291
}
292292
} else {
293293
actual.Dial = nil

0 commit comments

Comments
 (0)