fix: Fix delete_fake_db (#29935)
This commit is contained in:
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue