mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 15:57:52 -02:30
Add new option update_secrets to allow lazy or strict updating
This commit is contained in:
@@ -52,7 +52,7 @@ def test_update_password_on_create(run_module, admin_user, mock_auth_stuff):
|
||||
result = run_module('tower_user', dict(
|
||||
username='Bob',
|
||||
password='pass4word',
|
||||
update_password='on_create'
|
||||
update_secrets=False
|
||||
), admin_user)
|
||||
assert not result.get('failed', False), result.get('msg', result)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user