Skip to content

Commit c75397e

Browse files
committed
Fixing e2e tests redis client setup
1 parent 690f5d8 commit c75397e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_scenario/conftest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,5 @@ def _get_client_maint_notifications(
233233
)
234234
logging.info("Redis client created with maintenance notifications enabled")
235235
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-
)
240236

241237
return client

0 commit comments

Comments
 (0)