From b6af1537db55898d60972abc594b817fd760cb09 Mon Sep 17 00:00:00 2001 From: Matous Jobanek Date: Tue, 3 Oct 2023 11:44:11 +0200 Subject: [PATCH] lint --- testsupport/wait/host.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsupport/wait/host.go b/testsupport/wait/host.go index 95bfd8a0d..dcb735932 100644 --- a/testsupport/wait/host.go +++ b/testsupport/wait/host.go @@ -478,7 +478,7 @@ func UntilMasterUserRecordHasAnyUserAccountStatus() MasterUserRecordWaitCriterio return len(actual.Status.UserAccounts) > 0 }, Diff: func(actual *toolchainv1alpha1.MasterUserRecord) string { - return fmt.Sprintf("expected to be at least one embedded UserAccount status present, but is empty") + return "expected to be at least one embedded UserAccount status present, but is empty" }, } }