mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 21:37:42 -02:30
refactoring survey spec tests and fixtures
This commit is contained in:
@@ -2,6 +2,7 @@ from .tower import (
|
||||
create_organization,
|
||||
create_job_template,
|
||||
create_notification_template,
|
||||
create_survey_spec,
|
||||
)
|
||||
|
||||
from .exc import (
|
||||
@@ -12,5 +13,6 @@ __all__ = [
|
||||
'create_organization',
|
||||
'create_job_template',
|
||||
'create_notification_template',
|
||||
'create_survey_spec',
|
||||
'NotUnique',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user