Skip to content

Commit 7918f8f

Browse files
authored
Add additional context when probe fails (redhat-best-practices-for-k8s#2790)
1 parent 26eb92d commit 7918f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/testhelper/testhelper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ func GetNoServicesUnderTestSkipFn(env *provider.TestEnvironment) func() (bool, s
439439
func GetDaemonSetFailedToSpawnSkipFn(env *provider.TestEnvironment) func() (bool, string) {
440440
return func() (bool, string) {
441441
if env.DaemonsetFailedToSpawn {
442-
return true, "no daemonSets to check found"
442+
return true, "probe daemonset failed to spawn. please check the logs."
443443
}
444444

445445
return false, ""

0 commit comments

Comments
 (0)