Skip to content

Commit a57fc38

Browse files
committed
refactor
1 parent 1703407 commit a57fc38

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

services/web/server/tests/unit/with_dbs/02/test_projects_states_handlers.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,9 +1357,6 @@ async def test_open_shared_project_multiple_users(
13571357
client_on_running_server_factory: Callable[[], TestClient],
13581358
logged_user: dict,
13591359
shared_project: dict,
1360-
socketio_client_factory: Callable[
1361-
[str | None, TestClient | None], Awaitable[socketio.AsyncClient]
1362-
],
13631360
client_session_id_factory: Callable[[], str],
13641361
expected: ExpectedResponse,
13651362
mocker: MockerFixture,
@@ -1385,7 +1382,6 @@ async def test_open_shared_project_2_users_locked_remove_once_rtc_collaboration_
13851382
client_on_running_server_factory: Callable[[], TestClient],
13861383
logged_user: dict,
13871384
shared_project: dict,
1388-
socketio_client_factory: Callable,
13891385
client_session_id_factory: Callable[[], str],
13901386
user_role: UserRole,
13911387
expected: ExpectedResponse,
@@ -1596,7 +1592,6 @@ async def test_open_shared_project_at_same_time(
15961592
client_on_running_server_factory: Callable[[], TestClient],
15971593
logged_user: dict,
15981594
shared_project: ProjectDict,
1599-
socketio_client_factory: Callable,
16001595
client_session_id_factory: Callable[[], str],
16011596
user_role: UserRole,
16021597
expected: ExpectedResponse,
@@ -1689,7 +1684,6 @@ async def test_opened_project_can_still_be_opened_after_refreshing_tab(
16891684
logged_user: dict[str, Any],
16901685
user_project: dict[str, Any],
16911686
client_session_id_factory: Callable[[], str],
1692-
socketio_client_factory: Callable,
16931687
user_role: UserRole,
16941688
expected: ExpectedResponse,
16951689
mocked_dynamic_services_interface: dict[str, mock.MagicMock],

0 commit comments

Comments
 (0)