Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dliu27 committed Dec 7, 2024
1 parent 7dc2066 commit 9c99eb6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 9c99eb6

Please sign in to comment.