diff --git a/tests/test_dispatcher/test_router.py b/tests/test_dispatcher/test_router.py index 81161dde..3404822d 100644 --- a/tests/test_dispatcher/test_router.py +++ b/tests/test_dispatcher/test_router.py @@ -44,7 +44,7 @@ class TestRouter: def test_including_many_routers_bad_type(self): router = Router() - with pytest.raises(ValueError, match="You must provide routers"): + with pytest.raises(ValueError, match="At least one router must be provided"): router.include_routers() def test_include_router_by_string_bad_type(self):