summaryrefslogtreecommitdiffstats
path: root/tests/object_sync_test.go
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/object_sync_test.go
parentAdding upstream version 1.1.1. (diff)
downloadicingadb-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.go2
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"