From 9c99eb60473df648b558c1fd1383ba39e99e2d17 Mon Sep 17 00:00:00 2001 From: David Liu Date: Sat, 7 Dec 2024 00:39:18 -0500 Subject: [PATCH] fix test --- .../dagster_graphql_tests/graphql/test_run_launcher.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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,