mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(security): Renaming schemas_accessible_by_user (#10030)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
@@ -963,7 +963,9 @@ class CoreTests(SupersetTestCase):
|
||||
"The datasource associated with this chart no longer exists",
|
||||
)
|
||||
|
||||
@mock.patch("superset.security.SupersetSecurityManager.schemas_accessible_by_user")
|
||||
@mock.patch(
|
||||
"superset.security.SupersetSecurityManager.get_schemas_accessible_by_user"
|
||||
)
|
||||
@mock.patch("superset.security.SupersetSecurityManager.database_access")
|
||||
@mock.patch("superset.security.SupersetSecurityManager.all_datasource_access")
|
||||
def test_schemas_access_for_csv_upload_endpoint(
|
||||
|
||||
Reference in New Issue
Block a user