Add video_router to the desktop auth main-import stub
This commit is contained in:
parent
3ead020281
commit
562c719c62
1 changed files with 1 additions and 0 deletions
|
|
@ -439,6 +439,7 @@ def test_health_response_reports_desktop_capability_fields(monkeypatch):
|
|||
"settings_router": settings_module.router,
|
||||
"training_history_router": APIRouter(),
|
||||
"training_router": APIRouter(),
|
||||
"video_router": APIRouter(),
|
||||
}.items():
|
||||
setattr(routes_module, name, router)
|
||||
routes_module.settings = settings_module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue