mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
feat(SIP-95): permissions for catalogs (#28317)
This commit is contained in:
@@ -531,7 +531,7 @@ def test_get_catalog_names(app_context: AppContext) -> None:
|
||||
return
|
||||
|
||||
with database.get_inspector() as inspector:
|
||||
assert PostgresEngineSpec.get_catalog_names(database, inspector) == [
|
||||
assert PostgresEngineSpec.get_catalog_names(database, inspector) == {
|
||||
"postgres",
|
||||
"superset",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user