mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
refactoring survey spec tests and fixtures
This commit is contained in:
@@ -42,6 +42,7 @@ from awx.main.tests.factories import (
|
||||
create_organization,
|
||||
create_job_template,
|
||||
create_notification_template,
|
||||
create_survey_spec,
|
||||
)
|
||||
|
||||
'''
|
||||
@@ -501,3 +502,7 @@ def organization_factory():
|
||||
def notification_template_factory():
|
||||
return create_notification_template
|
||||
|
||||
@pytest.fixture
|
||||
def survey_spec_factory():
|
||||
return create_survey_spec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user