mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
#238 Fixed deep_link = None case
This commit is contained in:
parent
52f35058db
commit
746eead0da
2 changed files with 2 additions and 2 deletions
|
|
@ -271,7 +271,7 @@ class TestCommandStart:
|
|||
test_filter = CommandStart() # empty filter
|
||||
message = Message(text=self.START)
|
||||
result = await test_filter.check(message)
|
||||
assert result is True
|
||||
assert result is not False
|
||||
|
||||
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