fix: tags features flag on base models (#23548)

This commit is contained in:
Hugh A. Miles II
2023-04-04 10:32:24 -04:00
committed by GitHub
parent d966db61af
commit a4d4084d08
7 changed files with 28 additions and 27 deletions

View File

@@ -434,6 +434,7 @@ class TestDashboardApi(SupersetTestCase, ApiOwnersTestCaseMixin, InsertChartMixi
"published": False,
"url": "/superset/dashboard/slug1/",
"slug": "slug1",
"tags": [],
"thumbnail_url": dashboard.thumbnail_url,
"is_managed_externally": False,
}