mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix black
This commit is contained in:
parent
de32a10a5a
commit
98b2cf8636
1 changed files with 1 additions and 4 deletions
|
|
@ -193,10 +193,7 @@ class TestSimpleRequestHandler:
|
||||||
app = Application()
|
app = Application()
|
||||||
dp = Dispatcher()
|
dp = Dispatcher()
|
||||||
handler = SimpleRequestHandler(
|
handler = SimpleRequestHandler(
|
||||||
dispatcher=dp,
|
dispatcher=dp, bot=bot, handle_in_background=False, secret_token="vasya228"
|
||||||
bot=bot,
|
|
||||||
handle_in_background=False,
|
|
||||||
secret_token="vasya228"
|
|
||||||
)
|
)
|
||||||
handler.register(app, path="/webhook")
|
handler.register(app, path="/webhook")
|
||||||
client: TestClient = await aiohttp_client(app)
|
client: TestClient = await aiohttp_client(app)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue