mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
Pytest fixture adjustment.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user