mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-23 10:32:03 +00:00
Fix a test file log error
This commit is contained in:
parent
d61286987d
commit
a0c9d126e4
@ -287,7 +287,7 @@ func TestAnonymousConfig(t *testing.T) {
|
|||||||
_, actualError := actual.Dial(context.Background(), "", "")
|
_, actualError := actual.Dial(context.Background(), "", "")
|
||||||
_, expectedError := expected.Dial(context.Background(), "", "")
|
_, expectedError := expected.Dial(context.Background(), "", "")
|
||||||
if !reflect.DeepEqual(expectedError, actualError) {
|
if !reflect.DeepEqual(expectedError, actualError) {
|
||||||
t.Fatalf("CopyConfig dropped the Dial field")
|
t.Fatalf("AnonymousClientConfig dropped the Dial field")
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
actual.Dial = nil
|
actual.Dial = nil
|
||||||
|
Loading…
Reference in New Issue
Block a user