diff --git a/test/fixtures.py b/test/fixtures.py index ce6a339e2..d3ffdb7c7 100644 --- a/test/fixtures.py +++ b/test/fixtures.py @@ -153,6 +153,7 @@ def initialized_db(appconfig): yield # Run the test. try: + test_savepoint.rollback() test_savepoint.__exit__(None, None, None) except InternalError: # If postgres fails with an exception (like IntegrityError) mid-transaction, it terminates