File tree 1 file changed +2
-2
lines changed
services/web/server/tests/unit/with_dbs/10 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -392,11 +392,11 @@ async def test_interactive_services_remain_after_websocket_reconnection_from_2_t
392
392
client_session_id2 = client_session_id_factory ()
393
393
sio2 = await socketio_client_factory (client_session_id2 )
394
394
assert sio .sid != sio2 .sid
395
- # open project in second client
396
- await open_project (client , empty_user_project ["uuid" ], client_session_id2 )
397
395
# disconnect first websocket
398
396
await sio .disconnect ()
399
397
assert not sio .sid
398
+ # open project in second client
399
+ await open_project (client , empty_user_project ["uuid" ], client_session_id2 )
400
400
# ensure sufficient time is wasted here
401
401
await sleep (SERVICE_DELETION_DELAY + GARBAGE_COLLECTOR_INTERVAL )
402
402
# assert dynamic service is still around
You can’t perform that action at this time.
0 commit comments