mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: reorganize role permissions (#23096)
(cherry picked from commit d4362a3676)
This commit is contained in:
committed by
Joe Li
parent
4b03d2553c
commit
7a4cd44a5d
@@ -748,7 +748,7 @@ class TestSavedQueryApi(SupersetTestCase):
|
||||
db.session.query(SavedQuery).filter(SavedQuery.created_by == admin).first()
|
||||
)
|
||||
|
||||
self.login(username="gamma")
|
||||
self.login(username="gamma_sqllab")
|
||||
argument = [sample_query.id]
|
||||
uri = f"api/v1/saved_query/export/?q={prison.dumps(argument)}"
|
||||
rv = self.client.get(uri)
|
||||
|
||||
Reference in New Issue
Block a user