tests: fix test per uvicorn root_path
default
This commit is contained in:
parent
d1985d4c6c
commit
91c87e4d85
|
@ -89,7 +89,7 @@ app.spec = wuttaweb.app:make_wsgi_app
|
|||
reload_dirs=None,
|
||||
factory=False,
|
||||
interface='auto',
|
||||
root_path=None)
|
||||
root_path='')
|
||||
|
||||
# with reload
|
||||
uvicorn.run.reset_mock()
|
||||
|
@ -103,4 +103,4 @@ app.spec = wuttaweb.app:make_wsgi_app
|
|||
reload_dirs=None,
|
||||
factory=False,
|
||||
interface='auto',
|
||||
root_path=None)
|
||||
root_path='')
|
||||
|
|
Loading…
Reference in a new issue