Skip to content

Commit 8759e3e

Browse files
committed
chore: remove unnecessary comments
1 parent 2d8c7f8 commit 8759e3e

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
@@ -789,9 +789,9 @@ def test_get_roles_pagination(self, query_params: dict, expected_count: int, has
789789
# Library Admin user
790790
("regular_5", status.HTTP_200_OK),
791791
# Library Author user
792-
("regular_6", status.HTTP_200_OK), # TODO: uncomment this when we have the explicit permissions
792+
("regular_6", status.HTTP_200_OK),
793793
# Library Contributor user
794-
("regular_7", status.HTTP_200_OK), # TODO: uncomment this when we have the explicit permissions
794+
("regular_7", status.HTTP_200_OK),
795795
# Library User user
796796
("regular_8", status.HTTP_200_OK),
797797
# Regular user without permission

0 commit comments

Comments
 (0)