fix black

This commit is contained in:
sheldy 2023-05-29 18:41:10 +03:00
parent de32a10a5a
commit 98b2cf8636

View file

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