fix: schemas for upload API (#29604)

This commit is contained in:
Beto Dealmeida
2024-07-16 15:53:25 -04:00
committed by GitHub
parent ec508a70a6
commit b66c0f8d30
3 changed files with 23 additions and 3 deletions

View File

@@ -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):