This is an automated email from the ASF dual-hosted git repository.
villebro pushed a commit to branch 0.37
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/0.37 by this push:
new b650bb0 fix: unit tests
b650bb0 is described below
commit b650bb00d4e56ffb08dbbbf77ee06a1d5d6f0428
Author: Ville Brofeldt <[email protected]>
AuthorDate: Wed Sep 16 09:50:58 2020 +0300
fix: unit tests
---
tests/charts/api_tests.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/charts/api_tests.py b/tests/charts/api_tests.py
index 51ea4bc..dbd30e0 100644
--- a/tests/charts/api_tests.py
+++ b/tests/charts/api_tests.py
@@ -25,6 +25,7 @@ import prison
import humanize
from sqlalchemy.sql import func
+from superset.utils.core import get_example_database
from tests.test_app import app
from superset.connectors.connector_registry import ConnectorRegistry
from superset.extensions import db, security_manager