Skip to content

Commit

Permalink
[zend-ldap]: fix failing tests due to changes in bitnami/openldap:2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
falkenhawk committed Dec 14, 2023
1 parent 4f4cb79 commit 47d54aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Zend/Ldap/BindTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public function testRequiresDnWithoutDnBind()
} catch (Zend_Ldap_Exception $zle) {
/* Note that if your server actually allows anonymous binds this test will fail.
*/
$this->assertContains('No object found for', $zle->getMessage());
$this->assertContains('Failed to retrieve DN', $zle->getMessage());
}
}

Expand Down

0 comments on commit 47d54aa

Please sign in to comment.