mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
chore(misc): Spelling (#19678)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -1810,7 +1810,7 @@ class TestDatasetApi(SupersetTestCase):
|
||||
"datasource_access", dataset.perm
|
||||
)
|
||||
|
||||
# add perissions to allow export + access to query this dataset
|
||||
# add permissions to allow export + access to query this dataset
|
||||
gamma_role = security_manager.find_role("Gamma")
|
||||
security_manager.add_permission_role(gamma_role, perm1)
|
||||
security_manager.add_permission_role(gamma_role, perm2)
|
||||
|
||||
Reference in New Issue
Block a user