Remove silence_warning (because of autouse), add version/type warning tests to module_utils unit test file

This commit is contained in:
beeankha
2020-04-27 15:43:44 -04:00
committed by AlanCoding
parent 8c5d236066
commit 4321c63165
4 changed files with 77 additions and 11 deletions

View File

@@ -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',