forked from sr2/cloud-api
parent
ec41d1ed05
commit
61e186a727
2 changed files with 63 additions and 8 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue