mirror of
https://github.com/apache/superset.git
synced 2026-04-26 19:44:58 +00:00
fix(charts): View in SQL Lab with relevant perm (#24903)
This commit is contained in:
@@ -149,7 +149,7 @@ test('Should show SQL Lab for sql_lab role', async () => {
|
||||
isActive: true,
|
||||
lastName: 'sql',
|
||||
permissions: {},
|
||||
roles: { Gamma: [], sql_lab: [] },
|
||||
roles: { Gamma: [], sql_lab: [['menu_access', 'SQL Lab']] },
|
||||
userId: 2,
|
||||
username: 'sql',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user