From 945e68590b1afd280c795d040cdd78cc6c58daf2 Mon Sep 17 00:00:00 2001 From: Andrei Pohilko Date: Sun, 2 Feb 2025 21:22:53 +0000 Subject: [PATCH] Fix test --- pkg/dashboard/api_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/dashboard/api_test.go b/pkg/dashboard/api_test.go index f79b7dc..9dbf62d 100644 --- a/pkg/dashboard/api_test.go +++ b/pkg/dashboard/api_test.go @@ -10,9 +10,9 @@ import ( "testing" "github.com/gin-gonic/gin" - "github.com/komodorio/helm-dashboard/pkg/dashboard/handlers" - "github.com/komodorio/helm-dashboard/pkg/dashboard/objects" - "github.com/komodorio/helm-dashboard/pkg/dashboard/utils" + "github.com/komodorio/helm-dashboard/v2/pkg/dashboard/handlers" + "github.com/komodorio/helm-dashboard/v2/pkg/dashboard/objects" + "github.com/komodorio/helm-dashboard/v2/pkg/dashboard/utils" log "github.com/sirupsen/logrus" "gotest.tools/v3/assert" "helm.sh/helm/v3/pkg/action"