Merge pull request #4111 from jangsutsr/4086_provide_linkage_from_spawned_job_to_wfj

Provide linkage from spawned job to wfj
This commit is contained in:
Aaron Tan
2016-12-01 21:59:47 -05:00
committed by GitHub
5 changed files with 26 additions and 12 deletions

View File

@@ -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