Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Oct 4, 2018
1 parent 4bb6e75 commit 119697d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Monitor/TestSuite/AuthSource/Ldap.php
Expand Up @@ -98,7 +98,7 @@ public function invokeTest()
}
}

if ($failure !== 0) {
if ($failure === 0) {
// Test bind
$testData = new TestData([
'authSourceData' => $this->authSourceData,
Expand Down

0 comments on commit 119697d

Please sign in to comment.