mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Pytest fixture adjustment.
This commit is contained in:
parent
a458bb3c89
commit
88bf975368
@ -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,
|
||||
workflow_job_id=None)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user