Skip to content

Commit

Permalink
Fix path for patch file.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr committed Sep 18, 2024
1 parent c822c0b commit a5a769e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ios/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def _setup_experiment():
"--channel developer",
f"enroll {experiment_server}/{experiment_slug}",
f"--branch {experiment_branch}",
f"--patch {here.resolve() / 'patch.json'}",
f"--patch {here.parents[1].resolve() / 'ExperimentIntegrationTests' / 'patch.json'}",
f"-- {nimbus_cli_args}",
]
run_nimbus_cli_command(" ".join(command))
Expand Down

0 comments on commit a5a769e

Please sign in to comment.