Skip to content

Commit 17ad89d

Browse files
committed
fix tests last t ime for real
1 parent 1d4f1dd commit 17ad89d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_cli.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,10 @@ def test_dev_args() -> None:
110110
"workers": None,
111111
"root_path": "/api",
112112
"proxy_headers": False,
113-
"reload_dirs": "api,config",
113+
"reload_dirs": [
114+
"api",
115+
"config",
116+
],
114117
"log_config": get_uvicorn_log_config(),
115118
}
116119
assert "Using import string: single_file_app:api" in result.output

0 commit comments

Comments
 (0)