Fix T.Log call containing a formatting directive.
parent
abf6b5e5b6
commit
45379c61c2
|
@ -47,7 +47,7 @@ func testClusterStatus(t *testing.T) {
|
|||
}
|
||||
if status != api.ConditionTrue {
|
||||
err := fmt.Errorf("Component %s is not Healthy! Status: %s", i.GetName(), status)
|
||||
t.Log("Retrying, %s", err)
|
||||
t.Logf("Retrying, %s", err)
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue