mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 02:03:04 +00:00
Disable old API exceptions
This commit is contained in:
parent
1723a83697
commit
2451b88ff5
2 changed files with 474 additions and 475 deletions
|
|
@ -92,6 +92,7 @@ class TestDispatcher:
|
|||
index += 1
|
||||
if index == 42:
|
||||
break
|
||||
assert index == 42
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_silent_call_request(self, bot: MockedBot, caplog):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue