Skip to content

Commit

Permalink
Merge pull request #9 from Australian-Imaging-Service/develop
Browse files Browse the repository at this point in the history
Merge Develop changes
  • Loading branch information
tclose authored Nov 21, 2022
2 parents 30d29c8 + 52b8b18 commit 4823025
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xnat4tests/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ class Config:
)
loaded_from: Path = None

# These are fixed at the defaults for now. In future we might want to
# have these set in the configuration
xnat_user = "admin"
xnat_password = "admin"

@xnat_port.validator
def xnat_port_validator(self, _, xnat_port):
if xnat_port != "8080":
Expand Down

0 comments on commit 4823025

Please sign in to comment.