mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed test
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
2b0127ab0c
commit
1be420b0e9
|
@ -28,6 +28,7 @@ class LdapSettingsTest extends TestCase
|
|||
'ldap_basedn' => 'uid=',
|
||||
'ldap_fname_field' => 'SomeFirstnameField',
|
||||
'ldap_server' => 'ldaps://ldap.example.com',
|
||||
'ldap_invert_active_flag' => 0,
|
||||
]))
|
||||
->assertStatus(302)
|
||||
->assertValid('ldap_enabled')
|
||||
|
|
Loading…
Reference in a new issue