summaryrefslogtreecommitdiffstats
path: root/tests/internal/utils
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:41:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:41:39 +0000
commitfcfb5e62f95d625836328131cc5ca851182bcae4 (patch)
tree5309ef2284a82d61ece838d1dd1c97c09df152b8 /tests/internal/utils
parentAdding upstream version 1.1.1. (diff)
downloadicingadb-fcfb5e62f95d625836328131cc5ca851182bcae4.tar.xz
icingadb-fcfb5e62f95d625836328131cc5ca851182bcae4.zip
Adding upstream version 1.2.0.upstream/1.2.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/internal/utils')
-rw-r--r--tests/internal/utils/redis.go2
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"