diff --git a/cmd/manager/deployments_test.go b/cmd/manager/deployments_test.go index 375ea56c34a7ff6b4c77e51ab3eae86361c011a9..5d6a55b309f4d2f7ff41101106708cf446d40f10 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) } }