docs: iam router (incomplete)
All checks were successful
ci / lint_and_test (push) Successful in 13s

Issue: #13
This commit is contained in:
Chris Milne 2026-06-10 16:49:37 +01:00
parent ec41d1ed05
commit 61e186a727
2 changed files with 63 additions and 8 deletions

View file

@ -280,7 +280,7 @@ async def test_post_group_success(default_client: AsyncClient):
resp = await default_client.post(
"/iam/group", json={"name": "New Group", "organisation_id": 1}
)
assert resp.status_code == 200
assert resp.status_code == 201
data = resp.json()