Skip to content

Commit 7c298c7

Browse files
committed
chore: remove unnecessary comments
1 parent 2aab8c8 commit 7c298c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openedx_authz/tests/rest_api/test_views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,9 +790,9 @@ def test_get_roles_pagination(self, query_params: dict, expected_count: int, has
790790
# Library Admin user
791791
("regular_5", status.HTTP_200_OK),
792792
# Library Author user
793-
("regular_6", status.HTTP_200_OK), # TODO: uncomment this when we have the explicit permissions
793+
("regular_6", status.HTTP_200_OK),
794794
# Library Contributor user
795-
("regular_7", status.HTTP_200_OK), # TODO: uncomment this when we have the explicit permissions
795+
("regular_7", status.HTTP_200_OK),
796796
# Library User user
797797
("regular_8", status.HTTP_200_OK),
798798
# Regular user without permission

0 commit comments

Comments
 (0)