Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
subzeroid committed Dec 21, 2023
1 parent 162d0f4 commit fbe3974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def setup_method(self, *args, **kwargs):

def fresh_account(self):
acc = requests.get(TEST_ACCOUNTS_URL).json()[0]
print("New fresh account %r" % acc["username"])
print("New fresh account %(username)r" % acc)
settings = acc["client_settings"]
totp_seed = settings.pop("totp_seed", None)
cl = Client(settings=settings, proxy=acc["proxy"])
Expand Down

0 comments on commit fbe3974

Please sign in to comment.