mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
test: World bank examples (#12161)
* add world bank data fixture * fix fixture cleanup, add fixture to dashboard_tests * apply world bank fixtures, fix tests * fix fixture typo, dashboard ids * fix export dashboard metadata * fix test_export_dashboard_command_key_order * fix export dash tests, not add row when no orphans * debug timeout * fixes after merge * fix lint * run pre-commit * comment test for debug * fix save.test.js Co-authored-by: Karol Kostrzewa <karol.kostrzewa@polidea.com>
This commit is contained in:
2
tests/fixtures/unicode_dashboard.py
vendored
2
tests/fixtures/unicode_dashboard.py
vendored
@@ -87,7 +87,7 @@ def _create_unicode_dashboard(
|
||||
if slice_title:
|
||||
slice = _create_and_commit_unicode_slice(table, slice_title)
|
||||
|
||||
return create_dashboard("unicode-test", "Unicode Test", position, slice)
|
||||
return create_dashboard("unicode-test", "Unicode Test", position, [slice])
|
||||
|
||||
|
||||
def _create_and_commit_unicode_slice(table: SqlaTable, title: str):
|
||||
|
||||
Reference in New Issue
Block a user