fix(webhook): remove unused payload from delivery state
This commit is contained in:
parent
6e369a3762
commit
ea5d75befd
1 changed files with 0 additions and 1 deletions
|
|
@ -829,7 +829,6 @@ class TestDeliveryCleanup:
|
|||
adapter._delivery_info[chat_id] = {
|
||||
"deliver": "log",
|
||||
"deliver_extra": {},
|
||||
"payload": {"x": 1},
|
||||
}
|
||||
adapter._delivery_info_created[chat_id] = time.time()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue