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,
|
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='')
|
||||||
|
|
Loading…
Reference in a new issue