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 3a4f0fc commit c258aeaCopy full SHA for c258aea
1 file changed
tests/test_cli.py
@@ -443,6 +443,7 @@ def test_dev_with_import_string() -> None:
443
"reload": True,
444
"workers": None,
445
"root_path": "",
446
+ "reload_dirs": None,
447
"proxy_headers": True,
448
"log_config": get_uvicorn_log_config(),
449
}
@@ -464,6 +465,7 @@ def test_run_with_import_string() -> None:
464
465
"reload": False,
466
467
468
469
470
471
0 commit comments