Commit 0cc0b29
committed
fix(tests): handle stdlib json spacing in createdAt regex
SDK sends request bodies via stdlib json.dumps which produces
"createdAt": "..." (with space), while orjson produces "createdAt":"..."
(no space). Handle both formats plus YAML.
risk: low1 parent 2620115 commit 0cc0b29
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
0 commit comments