mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: tests on database, dataset, saved_queries apis (#28397)
This commit is contained in:
committed by
GitHub
parent
e1a440fa36
commit
9c065951e7
@@ -243,6 +243,7 @@ class TestDatasetApi(SupersetTestCase):
|
||||
response = json.loads(rv.data.decode("utf-8"))
|
||||
assert response["count"] == 1
|
||||
expected_columns = [
|
||||
"catalog",
|
||||
"changed_by",
|
||||
"changed_by_name",
|
||||
"changed_on_delta_humanized",
|
||||
@@ -368,6 +369,7 @@ class TestDatasetApi(SupersetTestCase):
|
||||
"cache_timeout": None,
|
||||
"database": {
|
||||
"backend": main_db.backend,
|
||||
"allow_multi_catalog": False,
|
||||
"database_name": "examples",
|
||||
"id": 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user