File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
services/web/server/tests/unit/with_dbs/02 Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 8585API_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-
11088def assert_replaced (current_project , update_data ):
11189 def _extract (dikt , keys ):
11290 return {k : dikt [k ] for k in keys }
You can’t perform that action at this time.
0 commit comments