mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(packages): Fixing users packages (#18973)
* Fixing users packages * Linting me() fn * Fixing tests / moving packages * Fixing imports
This commit is contained in:
@@ -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