diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:41:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:41:39 +0000 |
commit | fcfb5e62f95d625836328131cc5ca851182bcae4 (patch) | |
tree | 5309ef2284a82d61ece838d1dd1c97c09df152b8 /tests/object_sync_test.go | |
parent | Adding upstream version 1.1.1. (diff) | |
download | icingadb-6ee3f6d80af8d7d56be5d07c1977df9f7da6f0ec.tar.xz icingadb-6ee3f6d80af8d7d56be5d07c1977df9f7da6f0ec.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/object_sync_test.go')
-rw-r--r-- | tests/object_sync_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/object_sync_test.go b/tests/object_sync_test.go index e2455ec..23d2c96 100644 --- a/tests/object_sync_test.go +++ b/tests/object_sync_test.go @@ -6,13 +6,13 @@ import ( "database/sql" _ "embed" "fmt" - "github.com/go-redis/redis/v8" "github.com/icinga/icinga-testing/services" "github.com/icinga/icinga-testing/utils" "github.com/icinga/icinga-testing/utils/eventually" localutils "github.com/icinga/icingadb/tests/internal/utils" "github.com/icinga/icingadb/tests/internal/value" "github.com/jmoiron/sqlx" + "github.com/redis/go-redis/v9" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "go.uber.org/zap" |