mirror of
https://github.com/ansible/awx.git
synced 2026-03-15 16:07:30 -02:30
implement multiple ldap servers
This commit is contained in:
@@ -20,7 +20,7 @@ def test_model_to_dict_user(alice):
|
||||
output_dict = model_to_dict(alice)
|
||||
assert output_dict['username'] == username
|
||||
assert output_dict['password'] == 'hidden'
|
||||
assert alice.username == password
|
||||
assert alice.username == username
|
||||
assert alice.password == password
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user