Skip to content

Commit 71cd420

Browse files
committed
Fix missed
1 parent 25918ee commit 71cd420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ async def connect(
307307
# Try/exceptpass to accommodate for Timeout of aoihttp
308308
try:
309309
resp = await websession.get(url)
310-
assumed_status = self.connect_status(broken, timeout, fail_auth)
310+
assumed_status = self.connect_status(broken, timeout_happened, fail_auth)
311311
assert resp.status == assumed_status
312312
timeoutpass_result = False
313313
assert timeoutpass_result

0 commit comments

Comments
 (0)