diff --git a/tests/e2e/util/cleaner/cleaner.go b/tests/e2e/util/cleaner/cleaner.go index eecf1b748b..7f52602e1a 100644 --- a/tests/e2e/util/cleaner/cleaner.go +++ b/tests/e2e/util/cleaner/cleaner.go @@ -266,7 +266,7 @@ func (c *Cleaner) WaitForDeletion(ctx context.Context, deleted []client.Object) s := strings.Join(c.ctx, ", ") if s != "" { - s = fmt.Sprintf("on %s", s) + s = fmt.Sprintf(" on %s", s) } By(fmt.Sprintf("Waiting for resources to be deleted%s", s))