fix: Fix delete_fake_db (#29935)

This commit is contained in:
Dmitry Stamplevsky 2024-08-14 22:30:07 +03:00 committed by GitHub
parent f5d614d80d
commit fe5242a876
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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"