Skip to content

Commit

Permalink
Update test_start.py for default Gunicorn config
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Sep 13, 2020
1 parent ca4eacd commit 1275ac4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,8 @@ def test_start_server_uvicorn_gunicorn(
) -> None:
"""Test `start.start_server` with Uvicorn managed by Gunicorn."""
assert os.getenv("GUNICORN_CONF", str(gunicorn_conf_path))
monkeypatch.setenv("LOG_FORMAT", "gunicorn")
monkeypatch.setenv("LOG_LEVEL", "debug")
monkeypatch.setenv("PROCESS_MANAGER", "gunicorn")
assert os.getenv("LOG_FORMAT") == "gunicorn"
assert os.getenv("LOG_LEVEL") == "debug"
assert os.getenv("PROCESS_MANAGER") == "gunicorn"
start.start_server(
Expand Down

0 comments on commit 1275ac4

Please # to comment.