We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4f1dd commit 17ad89dCopy full SHA for 17ad89d
tests/test_cli.py
@@ -110,7 +110,10 @@ def test_dev_args() -> None:
110
"workers": None,
111
"root_path": "/api",
112
"proxy_headers": False,
113
- "reload_dirs": "api,config",
+ "reload_dirs": [
114
+ "api",
115
+ "config",
116
+ ],
117
"log_config": get_uvicorn_log_config(),
118
}
119
assert "Using import string: single_file_app:api" in result.output
0 commit comments