Skip to content

Commit eb84753

Browse files
committed
debug TEST_ACCOUNTS_URL
1 parent 186961c commit eb84753

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,9 @@ def setup_method(self, *args, **kwargs):
125125
self.cl = self.fresh_account()
126126

127127
def fresh_account(self):
128+
print("TEST_ACCOUNTS_URL: ", TEST_ACCOUNTS_URL[:8])
128129
acc = requests.get(TEST_ACCOUNTS_URL, verify=False).json()[0]
129-
print("New fresh account %(username)r (proxy: %(proxy)r)" % acc)
130+
print("New fresh account %(username)r" % acc)
130131
settings = acc["client_settings"]
131132
totp_seed = settings.pop("totp_seed", None)
132133
cl = Client(settings=settings, proxy=acc["proxy"])

0 commit comments

Comments
 (0)