Skip to content

Commit

Permalink
use manager testing instance in tests (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
meksor authored Aug 28, 2024
1 parent bd6415e commit fb02b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,5 +311,5 @@ def test_invalid_credentials():
# @wronguser cannot exist ("@" is not allowed) and will therefore always be invalid.
with pytest.raises(InvalidCredentials):
ManagerAuth(
"@wronguser", "wrongpwd", "https://api.dev.manager.ece.iiasa.ac.at/v1/"
"@wronguser", "wrongpwd", "https://api.testing.manager.ece.iiasa.ac.at/v1/"
)

0 comments on commit fb02b9b

Please sign in to comment.