Skip to content

Commit

Permalink
Fixup dummy_params
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 committed Feb 4, 2025
1 parent b855e9b commit eb092ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/system_tests/hyperion/external_interaction/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ def dummy_params():
"tests/test_data/parameter_json_files/test_gridscan_param_defaults.json"
)
)
dummy_params.visit = "cm31105-5"
dummy_params.visit = os.environ.get("ST_VISIT", "cm31105-5")
dummy_params.sample_id = os.environ.get("ST_SAMPLE_ID", dummy_params.sample_id)
return dummy_params


Expand Down

0 comments on commit eb092ac

Please sign in to comment.