mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 16:47:45 -02:30
Remove silence_warning (because of autouse), add version/type warning tests to module_utils unit test file
This commit is contained in:
@@ -152,7 +152,7 @@ def test_make_use_of_custom_credential_type(run_module, organization, admin_user
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
def test_secret_field_write_twice(run_module, organization, admin_user, cred_type, silence_warning):
|
||||
def test_secret_field_write_twice(run_module, organization, admin_user, cred_type):
|
||||
val1 = '7rEZK38DJl58A7RxA6EC7lLvUHbBQ1'
|
||||
result = run_module('tower_credential', dict(
|
||||
name='Galaxy Token for Steve',
|
||||
|
||||
Reference in New Issue
Block a user