Skip to content

Commit c258aea

Browse files
committed
Fix tests
1 parent 3a4f0fc commit c258aea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ def test_dev_with_import_string() -> None:
443443
"reload": True,
444444
"workers": None,
445445
"root_path": "",
446+
"reload_dirs": None,
446447
"proxy_headers": True,
447448
"log_config": get_uvicorn_log_config(),
448449
}
@@ -464,6 +465,7 @@ def test_run_with_import_string() -> None:
464465
"reload": False,
465466
"workers": None,
466467
"root_path": "",
468+
"reload_dirs": None,
467469
"proxy_headers": True,
468470
"log_config": get_uvicorn_log_config(),
469471
}

0 commit comments

Comments
 (0)