Skip to content

Commit

Permalink
Merge branch '398-adapt-search-query-filter-and-scoring-to-v5' of htt…
Browse files Browse the repository at this point in the history
…ps://github.com/ral-facilities/datagateway-api into 398-adapt-search-query-filter-and-scoring-to-v5
  • Loading branch information
antolinos committed Jan 26, 2023
2 parents 84313ff + 7eac557 commit ca94487
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def icat_client():
checkCert=Config.config.datagateway_api.icat_check_cert,
)
client.login(
Config.config.test_mechanism, Config.config.test_user_credentials.dict(),
Config.config.test_mechanism,
Config.config.test_user_credentials.dict(),
)
return client

Expand Down

0 comments on commit ca94487

Please sign in to comment.