mirror of
https://github.com/apache/superset.git
synced 2026-04-25 19:14:27 +00:00
fix: import metrics with extra (#15047)
* fix: import metrics with extra * Fix test
This commit is contained in:
@@ -328,7 +328,7 @@ class TestImportDatasetsCommand(SupersetTestCase):
|
||||
assert metric.expression == "count(1)"
|
||||
assert metric.description is None
|
||||
assert metric.d3format is None
|
||||
assert metric.extra is None
|
||||
assert metric.extra == "{}"
|
||||
assert metric.warning_text is None
|
||||
|
||||
assert len(dataset.columns) == 1
|
||||
|
||||
Reference in New Issue
Block a user