Skip to content

Commit

Permalink
fixed up envvars in test
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Mar 15, 2024
1 parent 839e364 commit 87e87b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xnat_ingest/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ def test_stage_and_upload(
"--raise-errors",
],
env={
"XNAT_INGEST_STAGE_HOST": xnat_server,
"XNAT_INGEST_STAGE_USER": "admin",
"XNAT_INGEST_STAGE_PASS": "admin",
"XNAT_INGEST_UPLOAD_HOST": xnat_server,
"XNAT_INGEST_UPLOAD_USER": "admin",
"XNAT_INGEST_UPLOAD_PASS": "admin",
},
)

Expand Down

0 comments on commit 87e87b3

Please sign in to comment.