Commit cd7f5c9
Next test fix
What happened: Commit 5a40af5 ("docs: improve examples") updated the test payload from an account_holder.created webhook event to a digital_wallet.tokenization_approval_request event — the JSON string on line 242 was entirely replaced with a richer example payload. But the assertion on line 264 still checked for 'account_holder.created', which no longer matched the event_type in the new payload. The fix was just updating that one assertion to match the new payload's actual event type.1 parent d19ad26 commit cd7f5c9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| |||
0 commit comments