Skip to content

Commit

Permalink
making ci happy
Browse files Browse the repository at this point in the history
  • Loading branch information
suddjian committed Feb 17, 2022
1 parent f86de51 commit 1be3e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/profile/components/fixtures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const user: UserWithPermissionsAndRoles = {
userId: 5,
email: 'alpha@alpha.com',
isActive: true,
isAnonymous: false,
permissions: {
datasource_access: ['table1', 'table2'],
database_access: ['db1', 'db2', 'db3'],
Expand Down
1 change: 1 addition & 0 deletions tests/integration_tests/security_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,7 @@ def test_views_are_secured(self):
["LocaleView", "index"],
["AuthDBView", "login"],
["AuthDBView", "logout"],
["CurrentUserRestApi", "me"],
["Dashboard", "embedded"],
["R", "index"],
["Superset", "log"],
Expand Down

0 comments on commit 1be3e0c

Please sign in to comment.