fix(tests,webhooks): fix test assertions and webhook API structure

This commit is contained in:
2025-07-22 20:25:14 +00:00
parent 5977c40e05
commit 036d111fa1
9 changed files with 79 additions and 77 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-07-22 - 3.0.2 - fix(tests,webhooks)
Fix test assertions and webhook API structure
- Updated test assertions from .toBe() to .toEqual() for better compatibility
- Made error message assertions more flexible to handle varying error messages
- Fixed webhook API payload structure by removing unnecessary wrapper object
- Added --logfile flag to test script for better debugging
## 2025-07-18 - 3.0.1 - fix(docs)
docs: update readme examples for card management, export statements and error handling; add local settings for CLI permissions