diff --git a/tests.py b/tests.py index 93ebb842..9f9a940f 100644 --- a/tests.py +++ b/tests.py @@ -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"])