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
test: fix RuntimeWarning in async cluster mode tests
Fix pipeline json mock configuration in AsyncMockRedis and
AsyncMockRedisCluster to properly handle method chaining.
The json().set() and json().get() methods now return the
pipeline object for fluent interface compatibility.
Resolves "coroutine 'AsyncMockMixin._execute_mock_call' was
never awaited" warning in test_async_checkpoint_saver_aput_ttl_behavior.
0 commit comments