Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
antolinos committed Jan 26, 2023
1 parent ca94487 commit 0a3c166
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ 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 0a3c166

Please sign in to comment.