diff --git a/python_modules/dagster-graphql/dagster_graphql_tests/graphql/test_run_launcher.py b/python_modules/dagster-graphql/dagster_graphql_tests/graphql/test_run_launcher.py index 3a58623c301eb..e56f220535e71 100644 --- a/python_modules/dagster-graphql/dagster_graphql_tests/graphql/test_run_launcher.py +++ b/python_modules/dagster-graphql/dagster_graphql_tests/graphql/test_run_launcher.py @@ -272,7 +272,7 @@ def test_launch_multiple_runs_success_and_failure( launchSuccessExecutionParams = [ { "selector": { - "repositoryLocationName": "test", + "repositoryLocationName": "test_location", "repositoryName": "test_repo", "pipelineName": "no_config_job", "solidSelection": None, @@ -283,7 +283,7 @@ def test_launch_multiple_runs_success_and_failure( }, { "selector": { - "repositoryLocationName": "test", + "repositoryLocationName": "test_location", "repositoryName": "test_repo", "pipelineName": "no_config_job", "solidSelection": None, @@ -297,7 +297,7 @@ def test_launch_multiple_runs_success_and_failure( pipelineNotFoundExecutionParams = [ { "selector": { - "repositoryLocationName": "test", + "repositoryLocationName": "test_location", "repositoryName": "test_dict_repo", "pipelineName": "no_config_job", "solidSelection": None, @@ -308,7 +308,7 @@ def test_launch_multiple_runs_success_and_failure( }, { "selector": { - "repositoryLocationName": "test", + "repositoryLocationName": "test_location", "repositoryName": "test_dict_repo", "pipelineName": "no_config_job", "solidSelection": None,