mirror of
https://github.com/ansible/awx.git
synced 2026-08-02 02:49:58 -02:30
Fix migration issues, tests, and templates
This commit is contained in:
@@ -39,8 +39,8 @@ def run_command(name, *args, **options):
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"username,password,expected,changed", [
|
||||
('admin', 'dingleberry', 'Password updated\n', True),
|
||||
('admin', 'admin', 'Password not updated\n', False),
|
||||
('admin', 'dingleberry', 'Password updated', True),
|
||||
('admin', 'admin', 'Password not updated', False),
|
||||
(None, 'foo', 'username required', False),
|
||||
('admin', None, 'password required', False),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user