Add execution_environment and pull to the fields for UJs and UJTs

This commit is contained in:
Jeff Bradberry
2020-07-06 11:00:54 -04:00
committed by Shane McDonald
parent 3c637cd54c
commit cb766c6a95
2 changed files with 10 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ 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,
workflow_job_id=None)
workflow_job_id=None, execution_environment_id=None)
@pytest.fixture