diff options
Diffstat (limited to '')
-rw-r--r-- | tests/internal/utils/redis.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/internal/utils/redis.go b/tests/internal/utils/redis.go index da3615d..eaf2c2b 100644 --- a/tests/internal/utils/redis.go +++ b/tests/internal/utils/redis.go @@ -4,8 +4,8 @@ import ( "context" "encoding/hex" "encoding/json" - "github.com/go-redis/redis/v8" "github.com/icinga/icinga-testing/services" + "github.com/redis/go-redis/v9" "github.com/stretchr/testify/require" "testing" "time" |