mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Merge branch 'dev-3.x' into dev-3.x-api-5.0
# Conflicts: # tests/test_api/test_client/test_session/test_aiohttp_session.py
This commit is contained in:
commit
c8991a5723
2 changed files with 4 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ from aiogram import Bot
|
|||
from aiogram.client.session import aiohttp
|
||||
from aiogram.client.session.aiohttp import AiohttpSession
|
||||
from aiogram.methods import Request, TelegramMethod
|
||||
from aiogram.types import InputFile
|
||||
from aiogram.types import InputFile, UNSET
|
||||
from tests.mocked_bot import MockedBot
|
||||
|
||||
try:
|
||||
|
|
@ -118,6 +118,7 @@ class TestAiohttpSession:
|
|||
"str": "value",
|
||||
"int": 42,
|
||||
"bool": True,
|
||||
"unset": UNSET,
|
||||
"null": None,
|
||||
"list": ["foo"],
|
||||
"dict": {"bar": "baz"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue