mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
Pytest fixture adjustment.
This commit is contained in:
parent
9154f19560
commit
3e8e9480d1
@ -34,7 +34,8 @@ def project_update(mocker):
|
||||
|
||||
@pytest.fixture
|
||||
def job(mocker, job_template, project_update):
|
||||
return mocker.MagicMock(pk=5, job_template=job_template, project_update=project_update)
|
||||
return mocker.MagicMock(pk=5, job_template=job_template, project_update=project_update,
|
||||
source_workflow_job=None)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user