Commit 3000206
fix: correct JSON field naming in integration tests (camelCase → snake_case)
- Replace all camelCase field names (guildId, guildName) with snake_case (guild_id, guild_name)
- Integration tests now match actual API response format
- Integration test failures: 10 → 5 (5 more tests passing)
Remaining 5 failures:
- 2 SQLAlchemy transaction errors
- 2 TypeError issues
- 1 pagination issue (limit not respected)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent f8cbdf2 commit 3000206
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
| 367 | + | |
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| |||
0 commit comments