Skip to content

Commit 2ae8935

Browse files
committed
test(payments): add event ID to webhook test payload for subscription.on_hold
1 parent 3b65824 commit 2ae8935

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/tests/test_payments_router.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ async def test_webhook_on_hold_revokes_pro(app_client, monkeypatch, test_setting
296296
monkeypatch.setattr(payments_module, "get_supabase_admin", lambda: fake_supabase)
297297

298298
payload = {
299+
"id": "evt-on-hold-1",
299300
"event": "subscription.on_hold",
300301
"data": {
301302
"subscription_id": "sub-1",

0 commit comments

Comments
 (0)