fix(test): remove retry masking and output filtering in database integration test #910
@@ -163,6 +163,7 @@ class UnitOfWork:
|
||||
if self._engine is not None and self.database_url != "sqlite:///:memory:":
|
||||
self._engine.dispose()
|
||||
self._engine = None
|
||||
self._session_factory = None
|
||||
|
||||
|
||||
class UnitOfWorkContext:
|
||||
|
||||
Reference in New Issue
Block a user