You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context "Testing failsafe Operators exists on <_.Name>" {
95
-
It "The Failsafe operator <_.FailSafeOperator> exists on <_.Name>"-Skip:$skipFailsafeoperator-ForEach ($PSItem.JobServer.AlertSystem|Where-Object FailSafeOperator -NE$null) {
87
+
It "The Failsafe operator <_.FailSafeOperator> exists on <_.Name>"-Skip:$skipFailsafeoperator-ForEach ($PSItem.JobServer.AlertSystem|Where-Object FailSafeOperator -EQ'null') {
96
88
$PSItem.ExpectedFailSafeOperator| Should -Be $failsafeoperator-Because 'The failsafe operator will ensure that any job failures will be notified to someone if not set explicitly'
0 commit comments