Commit 0a3183b
committed
chore: refresh the committed OpenAPI spec and derive the stale-group count
The spec embeds route docstrings, and `list_users` lost the `:rtype:` line its
new `response_model=` makes redundant. The schema itself is byte-identical,
which is the confirmation that pinning the response model preserved the
published contract exactly.
The stale-group assertion wrote down a count equal to every registered group
but the one its fixture matches, so adding a group failed it for a reason the
test is not about. Derive it from `GROUPS` instead.
Claude-Session: https://claude.ai/code/session_01XBazM9VWrYcgSrJoQszTNT1 parent 8498398 commit 0a3183b
2 files changed
Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
326 | 330 | | |
327 | 331 | | |
328 | 332 | | |
329 | 333 | | |
330 | 334 | | |
331 | | - | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
332 | 340 | | |
333 | 341 | | |
334 | 342 | | |
| |||
0 commit comments