From 1f34657734f075286e6007c75cfb764637cb708c Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 10 Oct 2024 12:30:35 +0100 Subject: [PATCH] Fixed test Signed-off-by: snipe --- tests/Unit/LdapTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/LdapTest.php b/tests/Unit/LdapTest.php index 65bdbe627..f3bc52163 100644 --- a/tests/Unit/LdapTest.php +++ b/tests/Unit/LdapTest.php @@ -96,7 +96,7 @@ class LdapTest extends TestCase "count" => 1, 0 => [ 'sn' => 'Surname', - 'firstName' => 'FirstName' + 'firstname' => 'FirstName' ] ] );