mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
fix: chart import validation (#26993)
This commit is contained in:
committed by
GitHub
parent
53daa1b13f
commit
5b34395689
@@ -339,7 +339,7 @@ class TestImportDatasetsCommand(SupersetTestCase):
|
||||
db.session.delete(dataset)
|
||||
db.session.commit()
|
||||
|
||||
@patch("superset.commands.dataset.importers.v1.utils.g")
|
||||
@patch("superset.utils.core.g")
|
||||
@patch("superset.security.manager.g")
|
||||
@pytest.mark.usefixtures("load_energy_table_with_slice")
|
||||
def test_import_v1_dataset(self, sm_g, utils_g):
|
||||
|
||||
Reference in New Issue
Block a user