mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: Fix delete_fake_db (#29935)
This commit is contained in:
committed by
GitHub
parent
f5d614d80d
commit
fe5242a876
@@ -443,6 +443,7 @@ class SupersetTestCase(TestCase):
|
||||
)
|
||||
if database:
|
||||
db.session.delete(database)
|
||||
db.session.commit()
|
||||
|
||||
def create_fake_db_for_macros(self):
|
||||
database_name = "db_for_macros_testing"
|
||||
|
||||
Reference in New Issue
Block a user