Skip to content

Commit 0dceb0b

Browse files
fix test
1 parent c92eb97 commit 0dceb0b

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

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

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -85,28 +85,6 @@
8585
API_PREFIX = f"/{API_VTAG}"
8686

8787

88-
# @pytest.fixture
89-
# def max_number_of_user_sessions(faker: Faker) -> int:
90-
# return faker.pyint(min_value=1, max_value=5)
91-
92-
93-
# @pytest.fixture
94-
# def with_enabled_rtc_collaboration(
95-
# app_environment: EnvVarsDict,
96-
# with_dev_features_enabled: None,
97-
# monkeypatch: pytest.MonkeyPatch,
98-
# max_number_of_user_sessions: int,
99-
# ) -> None:
100-
# setenvs_from_dict(
101-
# monkeypatch,
102-
# {
103-
# "WEBSERVER_REALTIME_COLLABORATION": json_dumps(
104-
# {"RTC_MAX_NUMBER_OF_USERS": max_number_of_user_sessions}
105-
# )
106-
# },
107-
# )
108-
109-
11088
def assert_replaced(current_project, update_data):
11189
def _extract(dikt, keys):
11290
return {k: dikt[k] for k in keys}

0 commit comments

Comments
 (0)