aboutsummaryrefslogtreecommitdiffstats
path: root/src/k8splugin/api/healthcheckhandler_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/k8splugin/api/healthcheckhandler_test.go')
-rw-r--r--src/k8splugin/api/healthcheckhandler_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k8splugin/api/healthcheckhandler_test.go b/src/k8splugin/api/healthcheckhandler_test.go
index c2e1888e..d96bb3cd 100644
--- a/src/k8splugin/api/healthcheckhandler_test.go
+++ b/src/k8splugin/api/healthcheckhandler_test.go
@@ -21,7 +21,7 @@ import (
"net/http/httptest"
"testing"
- "k8splugin/internal/db"
+ "github.com/onap/multicloud-k8s/src/k8splugin/internal/db"
pkgerrors "github.com/pkg/errors"
)