mirror of
https://github.com/apache/superset.git
synced 2026-05-12 11:25:56 +00:00
fix(packages): Fixing users packages (#18973)
* Fixing users packages
* Linting me() fn
* Fixing tests / moving packages
* Fixing imports
(cherry picked from commit 5fc7adb55b)
This commit is contained in:
committed by
Ville Brofeldt
parent
e8cf9446a6
commit
3c90220cf6
@@ -905,7 +905,7 @@ class TestRolePermission(SupersetTestCase):
|
||||
["LocaleView", "index"],
|
||||
["AuthDBView", "login"],
|
||||
["AuthDBView", "logout"],
|
||||
["CurrentUserRestApi", "me"],
|
||||
["CurrentUserRestApi", "get_me"],
|
||||
["Dashboard", "embedded"],
|
||||
["R", "index"],
|
||||
["Superset", "log"],
|
||||
|
||||
Reference in New Issue
Block a user