fix(webhook): remove unused payload from delivery state

fix/verification-admin-route-recovery
VolodymyrBg 2026-03-24 22:21:28 +02:00 committed by Teknium
parent 6e369a3762
commit ea5d75befd
1 changed files with 0 additions and 1 deletions

View File

@ -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()