Commit 059b6fd
authored
fix: drift test assertions for Malformed JSON detail (#181)
## Summary
- Update 2 drift test assertions from exact .toBe() to prefix .toMatch()
for the Malformed JSON error message
- PR #177/#178 intentionally changed the error format to include parse
error details, but the drift test assertions weren't updated
## Test plan
- [x] Drift tests pass locally2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
0 commit comments