diff --git a/cmd/manager/deployments_test.go b/cmd/manager/deployments_test.go index 375ea56c3..5d6a55b30 100644 --- a/cmd/manager/deployments_test.go +++ b/cmd/manager/deployments_test.go @@ -133,7 +133,7 @@ func TestGetDeployments(t *testing.T) { } if out.State.Status != common.CreatedStatus { - t.Errorf("Unexpected status %d", out.State.Status) + t.Errorf("Unexpected status %v", out.State.Status) } }