fix: Missing SQL Lab permission (#27361)

This commit is contained in:
Michael S. Molina
2024-03-01 13:08:39 -05:00
committed by GitHub
parent fe2f5a7be9
commit 8a46694ce9
2 changed files with 2 additions and 0 deletions

View File

@@ -1483,6 +1483,7 @@ class TestRolePermission(SupersetTestCase):
("can_get", "TabStateView"),
("can_get_results", "SQLLab"),
("can_migrate_query", "TabStateView"),
("can_sqllab", "Superset"),
("can_sqllab_history", "Superset"),
("can_put", "TabStateView"),
("can_post", "TabStateView"),