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 11daefa commit 8cee4b7Copy full SHA for 8cee4b7
services/web/server/tests/unit/with_dbs/04/garbage_collector/test_resource_manager.py
@@ -575,7 +575,7 @@ async def test_interactive_services_remain_after_websocket_reconnection_from_2_t
575
"data": {
576
"shareState": {
577
"locked": False,
578
- "currentUserGroupids": [user_id], # TODO: change this
+ "currentUserGroupids": [logged_user["primary_gid"]],
579
"status": "OPENED",
580
},
581
"state": {"value": "NOT_STARTED"},
0 commit comments