Skip to content

Commit

Permalink
fix: Fix delete_fake_db (apache#29935)
Browse files Browse the repository at this point in the history
  • Loading branch information
stamplevskiyd authored Aug 14, 2024
1 parent f5d614d commit fe5242a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration_tests/base_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ def delete_fake_db(self):
)
if database:
db.session.delete(database)
db.session.commit()

def create_fake_db_for_macros(self):
database_name = "db_for_macros_testing"
Expand Down

0 comments on commit fe5242a

Please sign in to comment.