mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-24 11:29:09 +00:00
Fix usage of format specifier %s
This commit is contained in:
@@ -89,7 +89,7 @@ func TestValidate(t *testing.T) {
|
|||||||
t.Errorf("expected empty string, got %s", status)
|
t.Errorf("expected empty string, got %s", status)
|
||||||
}
|
}
|
||||||
if status != test.expectedStatus {
|
if status != test.expectedStatus {
|
||||||
t.Errorf("expected %s, got %s", test.expectedStatus.String(), status.String())
|
t.Errorf("expected %s, got %s", test.expectedStatus, status)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user