Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanoGuerrini committed Mar 14, 2024
1 parent 59c52b6 commit ff19b59
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/custom_config.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
url: TESTURL
user: TESTUSER
password: TESTPASSWORD
1 change: 0 additions & 1 deletion tests/test_hda.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def test_custom_password_config():
def test_custom_path_config():
config = Configuration(user=None, password=None, path=CUSTOM_HDRRC)
c = Client(config=config)
assert c.config.url == "TESTURL"
assert c.config.user == "TESTUSER"
assert c.config.password == "TESTPASSWORD"

Expand Down

0 comments on commit ff19b59

Please sign in to comment.