You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e6abdf1 seem to have broke
some of the test teardown while trying to cleanup
log handlers
and failing like the following:
```
self = <tests.integration.standard.test_query.PreparedStatementArgTest testMethod=test_prepare_batch_statement>
def tearDown(self):
> logger.removeHandler(self.mock_handler)
E NameError: name 'logger' is not defined
tests/integration/standard/test_query.py:513: NameError
```
0 commit comments