Skip to content

Commit

Permalink
Added note about remaining tests to be added
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Mar 21, 2024
1 parent 72ddd28 commit 3cb6f31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ee/api/rbac/test/test_access_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,8 @@ def test_rejects_edit_access_with_resource_control(self):
assert self._get_notebook(self.other_user_notebook.short_id).status_code == status.HTTP_200_OK
assert self._patch_notebook(id=self.other_user_notebook.short_id).status_code == status.HTTP_403_FORBIDDEN
assert self._post_notebook().status_code == status.HTTP_201_CREATED


# TODO: Add tests to check only project admins can edit the project
# TODO: Add tests to check that a dashboard can't be edited if the user doesn't have access
# TODO: Add tests for the role based access side of things

0 comments on commit 3cb6f31

Please sign in to comment.