mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 18:48:12 -03:30
Test fixture update.
This commit is contained in:
@@ -24,7 +24,7 @@ def wfjt_node(wfjt_with_nodes):
|
|||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def workflow_job(wfjt):
|
def workflow_job(wfjt):
|
||||||
return wfjt.jobs.create(name='test_workflow')
|
return wfjt.workflow_jobs.create(name='test_workflow')
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.django_db
|
@pytest.mark.django_db
|
||||||
|
|||||||
Reference in New Issue
Block a user