Skip to content

Commit 0355879

Browse files
committed
cleanup
1 parent f2c331c commit 0355879

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

services/web/server/tests/unit/with_dbs/04/studies_dispatcher/test_studies_dispatcher_studies_access.py

-4
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,6 @@ async def test_guest_user_is_not_garbage_collected(
479479

480480
async def _test_guest_user_workflow(request_index):
481481
print("request #", request_index, "-" * 10)
482-
483-
# TODO: heartbeat is missing here!
484-
# TODO: reduce GC activation period to 0.1 secs
485482
# every guest uses different client to preserve it's own authorization/authentication cookies
486483
client: TestClient = await aiohttp_client(web_server)
487484
assert client.app
@@ -520,5 +517,4 @@ async def _test_guest_user_workflow(request_index):
520517
]
521518

522519
await asyncio.gather(*request_tasks)
523-
524520
# and now the garbage collector shall delete our users since we are done...

0 commit comments

Comments
 (0)