mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: schemas for upload API (#29604)
This commit is contained in:
@@ -2621,7 +2621,7 @@ class TestDashboardApi(ApiOwnersTestCaseMixin, InsertChartMixin, SupersetTestCas
|
||||
|
||||
# Clean up system tags
|
||||
tag_list = [tag.id for tag in model.tags if tag.type == TagType.custom]
|
||||
self.assertEqual(tag_list, new_tags)
|
||||
self.assertEqual(sorted(tag_list), sorted(new_tags))
|
||||
|
||||
@pytest.mark.usefixtures("create_dashboard_with_tag")
|
||||
def test_update_dashboard_remove_tags_can_write_on_tag(self):
|
||||
|
||||
Reference in New Issue
Block a user