diff --git a/services/web/server/tests/unit/with_dbs/conftest.py b/services/web/server/tests/unit/with_dbs/conftest.py index e0bb3d20116f..fdc7797717ea 100644 --- a/services/web/server/tests/unit/with_dbs/conftest.py +++ b/services/web/server/tests/unit/with_dbs/conftest.py @@ -125,8 +125,6 @@ def app_environment(app_environment: dict[str, str], monkeypatch: MonkeyPatch) - cfg = deepcopy(app_cfg) env = monkeypatch_setenv_from_app_config(cfg) return env - # monkeypatch.setenv("WEBSERVER_CLUSTERS", "0") # currently defaults to being false - # return env | {"WEBSERVER_CLUSTERS": "0"} @pytest.fixture