Skip to content

Commit 56af092

Browse files
committed
fixup! correct log
1 parent 6e6c70b commit 56af092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/statefulset_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ func WaitForStatefulSetsAvailable(
4040
}
4141
return false
4242
}, intervals...).Should(BeTrue())
43-
Logf("Deployment %s is now available, took %v", key, time.Since(start))
43+
Logf("StatefulSet %s is now available, took %v", key, time.Since(start))
4444
}

0 commit comments

Comments
 (0)