mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +00:00
chore: Change get_table_names/get_view_names return type (#22085)
This commit is contained in:
@@ -767,7 +767,7 @@ class TestDatasetApi(SupersetTestCase):
|
||||
with patch.object(
|
||||
dialect, "get_view_names", wraps=dialect.get_view_names
|
||||
) as patch_get_view_names:
|
||||
patch_get_view_names.return_value = ["test_case_view"]
|
||||
patch_get_view_names.return_value = {"test_case_view"}
|
||||
|
||||
self.login(username="admin")
|
||||
table_data = {
|
||||
|
||||
Reference in New Issue
Block a user