Commit 7226291
fix: update integration tests for paginated JSON schema (#78)
* fix: update integration tests for new paginated JSON schema
JSON output from list commands now returns { items: [...] } instead of
a flat array. Update the two integration tests that parsed JSON output
as flat arrays to use parsed.items instead.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: update stale bucket cleanup to use paginated JSON schema
The beforeAll cleanup also parsed buckets list JSON as a flat array.
Silently failed in the catch block, leaving stale test buckets.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c080ce0 commit 7226291
1 file changed
Lines changed: 11 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
282 | 281 | | |
283 | | - | |
| 282 | + | |
284 | 283 | | |
285 | 284 | | |
286 | 285 | | |
| |||
1156 | 1155 | | |
1157 | 1156 | | |
1158 | 1157 | | |
1159 | | - | |
1160 | | - | |
1161 | | - | |
1162 | | - | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
1163 | 1162 | | |
1164 | 1163 | | |
1165 | 1164 | | |
| |||
1810 | 1809 | | |
1811 | 1810 | | |
1812 | 1811 | | |
1813 | | - | |
1814 | | - | |
| 1812 | + | |
| 1813 | + | |
1815 | 1814 | | |
1816 | | - | |
| 1815 | + | |
1817 | 1816 | | |
1818 | 1817 | | |
1819 | 1818 | | |
| |||
0 commit comments