We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24582ac commit a442f73Copy full SHA for a442f73
tests/test_gunicorn.py
@@ -8,7 +8,7 @@
8
def test_config_imports():
9
from gunicorn.app.wsgiapp import run
10
11
- argv = ["gunicorn", "--check-config", "flaskapp", "-c", "src/gunicorn.conf.py"]
+ argv = ["gunicorn", "--check-config", "flaskapp:create_app()", "-c", "src/gunicorn.conf.py"]
12
13
with mock.patch.object(sys, "argv", argv):
14
with pytest.raises(SystemExit) as excinfo:
0 commit comments