Skip to content

Commit

Permalink
delete test
Browse files Browse the repository at this point in the history
  • Loading branch information
ychiucco committed Oct 10, 2024
1 parent 3d1498e commit 89f78d6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/no_version/test_api_user_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ async def test_no_access_user_group_api(client, registered_client):
assert res.status_code == expected_status


async def test_delete_user_group_not_allowed(registered_superuser_client):
"""
Verify that the user-group DELETE endpoint responds with
"405 Method Not Allowed".
"""
res = await registered_superuser_client.delete(f"{PREFIX}/group/1/")
assert res.status_code == 405


async def test_update_group(registered_superuser_client):
"""
Modifying a group with an invalid user ID returns a 404.
Expand Down

0 comments on commit 89f78d6

Please sign in to comment.