Skip to content

Commit

Permalink
Patch fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Vince-janv committed Jan 22, 2025
1 parent ba937d1 commit df86012
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,7 @@ def hermes_api(hermes_process: ProcessMock) -> HermesApi:
"hermes": {
"binary_path": "/bin/true",
"container_mount_volume": "a_str",
"container_path": "/singularity_cache",
}
}
hermes_api = HermesApi(config=hermes_config)
Expand Down Expand Up @@ -2051,7 +2052,7 @@ def context_config(
"upload_password": "pass",
"submitter": "s.submitter",
},
"hermes": {"binary_path": "hermes"},
"hermes": {"binary_path": "hermes", "container_path": "/singularity_cache"},
"housekeeper": {"database": hk_uri, "root": str(housekeeper_dir)},
"lims": {
"host": "https://lims.scilifelab.se",
Expand Down

0 comments on commit df86012

Please sign in to comment.