Merge pull request #13466 from john-westcott-iv/ee_debugging

Enhancing debugging of `The project could not sync because there is no Execution Environment`
This commit is contained in:
John Westcott IV
2023-02-16 08:11:30 -05:00
committed by GitHub
3 changed files with 11 additions and 3 deletions

View File

@@ -2008,7 +2008,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(