mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Fixed test
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
0856ee648e
commit
1f34657734
|
@ -96,7 +96,7 @@ class LdapTest extends TestCase
|
||||||
"count" => 1,
|
"count" => 1,
|
||||||
0 => [
|
0 => [
|
||||||
'sn' => 'Surname',
|
'sn' => 'Surname',
|
||||||
'firstName' => 'FirstName'
|
'firstname' => 'FirstName'
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue