Disable old API exceptions

This commit is contained in:
jrootjunior 2019-12-11 15:25:28 +02:00
parent 1723a83697
commit 2451b88ff5
2 changed files with 474 additions and 475 deletions

View file

@ -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):