mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: chart import validation (#26993)
This commit is contained in:
committed by
Michael S. Molina
parent
e772915bb8
commit
c029475f60
@@ -480,7 +480,7 @@ class TestImportDashboardsCommand(SupersetTestCase):
|
||||
db.session.delete(dataset)
|
||||
db.session.commit()
|
||||
|
||||
@patch("superset.dashboards.commands.importers.v1.utils.g")
|
||||
@patch("superset.utils.core.g")
|
||||
@patch("superset.security.manager.g")
|
||||
def test_import_v1_dashboard(self, sm_g, utils_g):
|
||||
"""Test that we can import a dashboard"""
|
||||
|
||||
Reference in New Issue
Block a user