[half_domain] fix test_dummy_project

This commit is contained in:
Maxime Alves LIRMM 2021-12-08 12:23:47 +01:00
parent 7001cec86e
commit 46e62575ae

View File

@ -297,7 +297,7 @@ class HalfDomain(Starlette):
'GET' 'GET'
) )
for path, method, m_router, fct, params in HalfDomain.gen_router_routes(self.m_domain, []): for path, method, m_router, fct, params in HalfDomain.gen_router_routes(self.m_router, []):
yield HalfRoute(f'/{path}', fct, params, method) yield HalfRoute(f'/{path}', fct, params, method)
def domain_schema_dict(self) -> Dict: def domain_schema_dict(self) -> Dict: