mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
Update test_shipping_query.py
This commit is contained in:
parent
c5e0742337
commit
56df3f0ba8
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ class TestInlineQuery:
|
|||
api_method = shipping_query.answer(**kwargs)
|
||||
|
||||
assert isinstance(api_method, AnswerShippingQuery)
|
||||
assert api_method.shipping_query_id == shipping_query.id
|
||||
|
||||
for key, value in kwargs.items():
|
||||
assert getattr(api_method, key) == value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue