mirror of
https://github.com/apache/superset.git
synced 2026-05-08 09:25:56 +00:00
chore: Clean up the examples dashboards (#26158)
This commit is contained in:
committed by
Michael S. Molina
parent
4cba277795
commit
f4873860fc
@@ -2072,7 +2072,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
rv = self.get_assert_metric(uri, "related_objects")
|
||||
self.assertEqual(rv.status_code, 200)
|
||||
response = json.loads(rv.data.decode("utf-8"))
|
||||
self.assertEqual(response["charts"]["count"], 34)
|
||||
self.assertEqual(response["charts"]["count"], 33)
|
||||
self.assertEqual(response["dashboards"]["count"], 3)
|
||||
|
||||
def test_get_database_related_objects_not_found(self):
|
||||
|
||||
Reference in New Issue
Block a user