diff --git a/tests/integration_tests/base_tests.py b/tests/integration_tests/base_tests.py index b3a000c60..9cddba6bf 100644 --- a/tests/integration_tests/base_tests.py +++ b/tests/integration_tests/base_tests.py @@ -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"