We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25918ee commit 71cd420Copy full SHA for 71cd420
tests/test_init.py
@@ -307,7 +307,7 @@ async def connect(
307
# Try/exceptpass to accommodate for Timeout of aoihttp
308
try:
309
resp = await websession.get(url)
310
- assumed_status = self.connect_status(broken, timeout, fail_auth)
+ assumed_status = self.connect_status(broken, timeout_happened, fail_auth)
311
assert resp.status == assumed_status
312
timeoutpass_result = False
313
assert timeoutpass_result
0 commit comments