Fix tests

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-06-08 17:55:38 +02:00
parent 571638086a
commit 8349ca3be3

View File

@@ -21,6 +21,7 @@ import (
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
"go.gearno.de/kit/pg" "go.gearno.de/kit/pg"
"go.probo.inc/probo/internal/test"
"go.probo.inc/probo/pkg/coredata" "go.probo.inc/probo/pkg/coredata"
"go.probo.inc/probo/pkg/gid" "go.probo.inc/probo/pkg/gid"
) )
@@ -35,7 +36,7 @@ import (
func TestResetBannerTrackers_FullRebuild(t *testing.T) { func TestResetBannerTrackers_FullRebuild(t *testing.T) {
t.Parallel() t.Parallel()
client := newTestPgClient(t) client := test.PGClient(t)
ctx := context.Background() ctx := context.Background()
fx := seedWorkerFixture(t, ctx, client) fx := seedWorkerFixture(t, ctx, client)