Fixing hard coded project

This commit is contained in:
John Westcott IV
2023-01-24 12:03:10 -05:00
parent fd6605932a
commit eb9431ee1f
2 changed files with 2 additions and 2 deletions

View File

@@ -1972,7 +1972,7 @@ def test_project_update_no_ee(mock_me):
with pytest.raises(RuntimeError) as e:
task.build_env(job, {})
assert 'The project could not sync because there is no Execution Environment' in str(e.value)
assert 'The ProjectUpdate could not run because there is no Execution Environment' in str(e.value)
@pytest.mark.parametrize(