Skip to content

Commit

Permalink
@pcrespov review: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Apr 18, 2023
1 parent 95383fd commit eaf827f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions services/web/server/tests/unit/with_dbs/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eaf827f

Please sign in to comment.