Commit 2620115
committed
fix(tests): match orjson compact JSON format in createdAt regex
orjson produces compact JSON without spaces ("createdAt":"value")
but the regex only matched YAML form (createdAt: value). Add the
JSON variant to the regex so normalization works during recording.
risk: low1 parent bdc3fe4 commit 2620115
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
0 commit comments