Skip to content

Commit

Permalink
Update count
Browse files Browse the repository at this point in the history
  • Loading branch information
zachaysan committed Jan 29, 2025
1 parent af6df13 commit bb534a1
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 @@ -177,7 +177,7 @@ def test_can_list_project_permission(client: APIClient, project: Project) -> Non
# Then
assert response.status_code == status.HTTP_200_OK
# Hard code how many permissions we expect there to be.
assert len(response.json()) == 9
assert len(response.json()) == 10

returned_supported_permissions = [
permission["key"]
Expand Down

0 comments on commit bb534a1

Please sign in to comment.