We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690f5d8 commit c75397eCopy full SHA for c75397e
tests/test_scenario/conftest.py
@@ -233,9 +233,5 @@ def _get_client_maint_notifications(
233
)
234
logging.info("Redis client created with maintenance notifications enabled")
235
logging.info(f"Client uses Protocol: {client.connection_pool.get_protocol()}")
236
- maintenance_handler_exists = client.maint_notifications_pool_handler is not None
237
- logging.info(
238
- f"Maintenance notifications pool handler: {maintenance_handler_exists}"
239
- )
240
241
return client
0 commit comments