mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Test dataset filling
This commit is contained in:
parent
210082691a
commit
4ba810fe25
2 changed files with 360 additions and 34 deletions
|
|
@ -17,7 +17,7 @@ async def bot(event_loop):
|
|||
|
||||
@pytest.mark.asyncio
|
||||
async def test_get_bot(bot, event_loop):
|
||||
""" GetMe method test """
|
||||
""" getMe method test """
|
||||
_body = '{"ok":true,"result":{"id":492189143,"is_bot":true,' \
|
||||
'"first_name":"Dev Tester","username":"MiscDevTesterBot"}}'
|
||||
_headers = {'Server': 'nginx/1.12.2',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue