mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed tests that fails
This commit is contained in:
parent
a179881c62
commit
f7574296b0
4 changed files with 34 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ class TestGetChat:
|
|||
limited_gifts=True,
|
||||
unique_gifts=True,
|
||||
premium_subscription=True,
|
||||
gifts_from_channels=True,
|
||||
),
|
||||
),
|
||||
)
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ class TestSetBusinessAccountGiftSettings:
|
|||
business_connection_id="test_connection_id",
|
||||
show_gift_button=True,
|
||||
accepted_gift_types=AcceptedGiftTypes(
|
||||
gifts_from_channels=True,
|
||||
unlimited_gifts=True,
|
||||
limited_gifts=True,
|
||||
unique_gifts=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue