-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test: GET on a specific public dataview always returns 200.
- A GET request for *all* dataviews for unauthenticated users returns a 404. - A GET request for *all* dataviews for authenticated users checks whether they have the required permissions. - A GET request for *a specific* public dataview *always* returns a 200. - A GET request for *a specific* private dataview from unauthenticated users should return a 404 but from authenticated users should check whether they have the required permissions. Signed-off-by: Njagi Mwaniki <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters