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
fix: mock Redis client in warning test to prevent connection attempts
The test was failing in CI because sync methods were still trying to
create a Redis connection to localhost:6379 after logging the warning.
Now we mock _get_redis_client() to prevent actual connection attempts
while still testing the warning functionality.
This allows the test to verify warning behavior without requiring a
Redis connection for the sync methods that shouldn't be used anyway.
0 commit comments