mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
fix(metrics): normalize legacy currency strings (#37455)
This commit is contained in:
committed by
GitHub
parent
3868821dc8
commit
5278deaf63
@@ -1510,7 +1510,7 @@ class TestDatasetApi(SupersetTestCase):
|
||||
{
|
||||
"metric_name": "test",
|
||||
"expression": "COUNT(*)",
|
||||
"currency": '{"symbol": "USD", "symbolPosition": "suffix"}',
|
||||
"currency": {"symbol": "", "symbolPosition": ""},
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user