1
0
Fork 0
forked from sr2/cloud-api

fix: remove trailing slash and plurals in paths

This commit is contained in:
Chris Milne 2026-06-11 16:14:22 +01:00
parent c74e895bf1
commit 1a6a6ad97d
9 changed files with 20 additions and 20 deletions

View file

@ -785,7 +785,7 @@ async def test_post_perm_search_status_checks(
@pytest.mark.anyio
async def test_delete_group_permissions_success(default_client: AsyncClient):
resp = await default_client.delete(
"/iam/group/permissions?org_id=1&group_id=1&perm_id=1"
"/iam/group/permission?org_id=1&group_id=1&perm_id=1"
)
data = resp.json()