mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update tests/test_dispatcher/test_router.py
This commit is contained in:
parent
0af295a76e
commit
6da4351531
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue