forked from sr2/cloud-api
fix: remove trailing slash and plurals in paths
This commit is contained in:
parent
c74e895bf1
commit
1a6a6ad97d
9 changed files with 20 additions and 20 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue