summaryrefslogtreecommitdiffstats
path: root/src/k8splugin/api/healthcheckhandler_test.go
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2019-06-26 04:27:11 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-26 04:27:11 +0000
commit8445148cf095fcc55a9ada3e2bb0fece7a065089 (patch)
tree72c969cb22fe85d218e8c656568b4ee6d3310d31 /src/k8splugin/api/healthcheckhandler_test.go
parent1b17eca7ab6c6fe1d14cc30c16354785b4ed6cb4 (diff)
parentf6219a54a7acaac83f129aa837fa81b494ac3c9a (diff)
Merge "Change the import paths for go get access"
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"
)