fix(packages): Fixing users packages (#18973)

* Fixing users packages

* Linting me() fn

* Fixing tests / moving packages

* Fixing imports
This commit is contained in:
Craig Rueda
2022-03-01 09:47:13 -08:00
committed by GitHub
parent 563cce1e29
commit 5fc7adb55b
6 changed files with 37 additions and 3 deletions

View File

@@ -905,7 +905,7 @@ class TestRolePermission(SupersetTestCase):
["LocaleView", "index"],
["AuthDBView", "login"],
["AuthDBView", "logout"],
["CurrentUserRestApi", "me"],
["CurrentUserRestApi", "get_me"],
["Dashboard", "embedded"],
["R", "index"],
["Superset", "log"],