mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
chore: Ensure Mixins are ordered according to the MRO (#26288)
This commit is contained in:
@@ -63,7 +63,7 @@ from tests.integration_tests.fixtures.world_bank_dashboard import (
|
||||
DASHBOARDS_FIXTURE_COUNT = 10
|
||||
|
||||
|
||||
class TestDashboardApi(SupersetTestCase, ApiOwnersTestCaseMixin, InsertChartMixin):
|
||||
class TestDashboardApi(ApiOwnersTestCaseMixin, InsertChartMixin, SupersetTestCase):
|
||||
resource_name = "dashboard"
|
||||
|
||||
dashboards: list[Dashboard] = []
|
||||
|
||||
Reference in New Issue
Block a user