mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: use shillelagh instead of gsheetsdb (#13185)
* chore: use shillelagh instead of gsheetsdb * Fix tests * Clean up code and remove duplication * Fix test * Tighten dep
This commit is contained in:
@@ -545,7 +545,7 @@ class TestCore(SupersetTestCase):
|
||||
self.assertEqual(400, response.status_code)
|
||||
response_body = json.loads(response.data.decode("utf-8"))
|
||||
expected_body = {
|
||||
"error": "SQLite database cannot be used as a data source for security reasons."
|
||||
"error": "SQLiteDialect_pysqlite cannot be used as a data source for security reasons."
|
||||
}
|
||||
self.assertEqual(expected_body, response_body)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user