mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[database] Fix, tables API endpoint (#9144)
This commit is contained in:
committed by
GitHub
parent
c1750af54a
commit
e55fe43ca6
@@ -40,6 +40,13 @@ FAKE_DB_NAME = "fake_db_100"
|
||||
|
||||
|
||||
class SupersetTestCase(TestCase):
|
||||
|
||||
default_schema_backend_map = {
|
||||
"sqlite": "main",
|
||||
"mysql": "superset",
|
||||
"postgresql": "public",
|
||||
}
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(SupersetTestCase, self).__init__(*args, **kwargs)
|
||||
self.maxDiff = None
|
||||
|
||||
Reference in New Issue
Block a user