mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix tests
This commit is contained in:
parent
9a6caba41e
commit
a8ec717d32
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ class TestCommandStart:
|
|||
test_filter = CommandStart() # empty filter
|
||||
message = Message(text=self.START)
|
||||
result = await test_filter.check(message)
|
||||
assert result == {'deep_link': None}
|
||||
assert result
|
||||
|
||||
async def test_start_command_payload_is_matched(self):
|
||||
test_filter = CommandStart(deep_link=self.GOOD)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue