|
|
@ -8,4 +8,4 @@ def test_router_circular_import(): |
|
|
|
|
|
|
|
|
app.include_router(router) |
|
|
app.include_router(router) |
|
|
with pytest.raises(AssertionError, match="Router cannot be the same as parent"): |
|
|
with pytest.raises(AssertionError, match="Router cannot be the same as parent"): |
|
|
router.include_router(router) |
|
|
router.include_router(router) |
|
|
|