diff --git a/tests/gateway/test_webhook_adapter.py b/tests/gateway/test_webhook_adapter.py index 6e5291ca4..9e5340042 100644 --- a/tests/gateway/test_webhook_adapter.py +++ b/tests/gateway/test_webhook_adapter.py @@ -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()