From 8d8ad929bb8f5d0006e701c8e0770e8d1deac3ee Mon Sep 17 00:00:00 2001 From: Zhao Yuwei Date: Thu, 27 Dec 2018 10:52:34 +0800 Subject: [PATCH] Fix a test file log error Kubernetes-commit: a0c9d126e416f8b6822c8cc7e732b6e4766124dd --- rest/config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/config_test.go b/rest/config_test.go index aa871e3b..e832b323 100644 --- a/rest/config_test.go +++ b/rest/config_test.go @@ -287,7 +287,7 @@ func TestAnonymousConfig(t *testing.T) { _, actualError := actual.Dial(context.Background(), "", "") _, expectedError := expected.Dial(context.Background(), "", "") if !reflect.DeepEqual(expectedError, actualError) { - t.Fatalf("CopyConfig dropped the Dial field") + t.Fatalf("AnonymousClientConfig dropped the Dial field") } } else { actual.Dial = nil