Skip to content

Commit 656f5af

Browse files
committed
Adapt test-related
1 parent 12d576c commit 656f5af

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_init.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ async def connect(
323323
username=pw_constants.DEFAULT_USERNAME,
324324
password=test_password,
325325
port=server.port,
326-
timeout=pw_constants.DEFAULT_TIMEOUT,
327326
websession=None,
328327
)
329328
lack_of_websession = False
@@ -337,7 +336,6 @@ async def connect(
337336
username=pw_constants.DEFAULT_USERNAME,
338337
password=test_password,
339338
port=server.port,
340-
timeout=pw_constants.DEFAULT_TIMEOUT,
341339
websession=websession,
342340
)
343341

@@ -408,7 +406,6 @@ async def connect_legacy(
408406
username=pw_constants.DEFAULT_USERNAME,
409407
password=test_password,
410408
port=server.port,
411-
timeout=pw_constants.DEFAULT_LEGACY_TIMEOUT,
412409
websession=None,
413410
)
414411
lack_of_websession = False
@@ -422,7 +419,6 @@ async def connect_legacy(
422419
username=pw_constants.DEFAULT_USERNAME,
423420
password=test_password,
424421
port=server.port,
425-
timeout=pw_constants.DEFAULT_LEGACY_TIMEOUT,
426422
websession=websession,
427423
)
428424

0 commit comments

Comments
 (0)