Skip to content

Commit aeba039

Browse files
committed
removed dev feature from being always on
1 parent f2815c4 commit aeba039

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
from pydantic import TypeAdapter
2828
from pytest_mock import MockerFixture
2929
from pytest_simcore.helpers.assert_checks import assert_status
30-
from pytest_simcore.helpers.monkeypatch_envs import setenvs_from_dict
31-
from pytest_simcore.helpers.typing_env import EnvVarsDict
3230
from pytest_simcore.helpers.webserver_projects import NewProject, delete_all_projects
3331
from pytest_simcore.helpers.webserver_users import UserInfoDict
3432
from settings_library.catalog import CatalogSettings
@@ -244,17 +242,6 @@ async def _assert_it(
244242
return _assert_it
245243

246244

247-
@pytest.fixture
248-
def app_environment(
249-
app_environment: EnvVarsDict, monkeypatch: pytest.MonkeyPatch
250-
) -> EnvVarsDict:
251-
envs_plugins = setenvs_from_dict(
252-
monkeypatch,
253-
{"WEBSERVER_DEV_FEATURES_ENABLED": "1"},
254-
)
255-
return app_environment | envs_plugins
256-
257-
258245
@pytest.fixture
259246
def disable_max_number_of_running_dynamic_nodes(
260247
app_environment: dict[str, str], monkeypatch: pytest.MonkeyPatch

0 commit comments

Comments
 (0)