mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Cover UNSET by tests
This commit is contained in:
parent
0e9623a118
commit
b3106184c0
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ from aresponses import ResponsesMockServer
|
|||
from aiogram import Bot
|
||||
from aiogram.api.client.session.aiohttp import AiohttpSession
|
||||
from aiogram.api.methods import Request, TelegramMethod
|
||||
from aiogram.api.types import InputFile
|
||||
from aiogram.api.types import InputFile, UNSET
|
||||
from tests.mocked_bot import MockedBot
|
||||
|
||||
try:
|
||||
|
|
@ -117,6 +117,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