Skip to content

Commit 119697d

Browse files
authored
Fix test
1 parent 4bb6e75 commit 119697d

File tree

1 file changed

+1
-1
lines changed
  • lib/Monitor/TestSuite/AuthSource

1 file changed

+1
-1
lines changed

lib/Monitor/TestSuite/AuthSource/Ldap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function invokeTest()
9898
}
9999
}
100100

101-
if ($failure !== 0) {
101+
if ($failure === 0) {
102102
// Test bind
103103
$testData = new TestData([
104104
'authSourceData' => $this->authSourceData,

0 commit comments

Comments
 (0)