refactor parse web

This commit is contained in:
2022-08-28 01:33:35 +03:00
parent 97f22d7fb2
commit aaa7b5c57d
4 changed files with 47 additions and 47 deletions

View File

@@ -13,7 +13,7 @@ pytestmark = [
]
async def test_parse_site(bot: Bot) -> None:
async def test_parse_yandex_maps(bot: Bot) -> None:
tg_user = UserFactory().as_dict()
user = types.User(**tg_user)