Skip to content

Commit

Permalink
Update permission list count
Browse files Browse the repository at this point in the history
  • Loading branch information
zachaysan committed Sep 25, 2024
1 parent 086a1e2 commit b34b822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/unit/projects/test_unit_projects_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_can_list_project_permission(client, project):
# Then
assert response.status_code == status.HTTP_200_OK
assert (
len(response.json()) == 6
len(response.json()) == 8
) # hard code how many permissions we expect there to be


Expand Down

0 comments on commit b34b822

Please sign in to comment.