mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 00:57:48 -02:30
Remove silence_warning (because of autouse), add version/type warning tests to module_utils unit test file
This commit is contained in:
@@ -17,7 +17,7 @@ from awx.main.models import (
|
||||
|
||||
# warns based on password_management param, but not security issue
|
||||
@pytest.mark.django_db
|
||||
def test_receive_send_jt(run_module, admin_user, mocker, silence_deprecation, silence_warning):
|
||||
def test_receive_send_jt(run_module, admin_user, mocker, silence_deprecation):
|
||||
org = Organization.objects.create(name='SRtest')
|
||||
proj = Project.objects.create(
|
||||
name='SRtest',
|
||||
|
||||
Reference in New Issue
Block a user