mirror of
https://github.com/apache/superset.git
synced 2026-04-17 23:25:05 +00:00
fix: show all dbs in available endpoint (#15534)
This commit is contained in:
@@ -986,7 +986,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
expected_response = {
|
||||
"errors": [
|
||||
{
|
||||
"message": "Could not load database driver: MssqlEngineSpec",
|
||||
"message": "Could not load database driver: AzureSynapseSpec",
|
||||
"error_type": "GENERIC_COMMAND_ERROR",
|
||||
"level": "warning",
|
||||
"extra": {
|
||||
|
||||
Reference in New Issue
Block a user