3
0
Fork 0

tests: fix test per uvicorn root_path default

This commit is contained in:
Lance Edgar 2025-01-23 17:53:47 -06:00
parent d1985d4c6c
commit 91c87e4d85

View file

@ -89,7 +89,7 @@ app.spec = wuttaweb.app:make_wsgi_app
reload_dirs=None, reload_dirs=None,
factory=False, factory=False,
interface='auto', interface='auto',
root_path=None) root_path='')
# with reload # with reload
uvicorn.run.reset_mock() uvicorn.run.reset_mock()
@ -103,4 +103,4 @@ app.spec = wuttaweb.app:make_wsgi_app
reload_dirs=None, reload_dirs=None,
factory=False, factory=False,
interface='auto', interface='auto',
root_path=None) root_path='')