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
refactor: refactor Redis test setup for improved reusability and cleanup
- Refactor `TestWithRedis` to use a new `setupRedisContainer` function
- Remove redundant container setup code from `TestRedisDefaultFlow`
- Add endpoint retrieval and error handling in `setupRedisContainer` function
- Ensure container cleanup in `TestRedisDefaultFlow` using defer
Signed-off-by: appleboy <[email protected]>
0 commit comments