summaryrefslogtreecommitdiffstats
path: root/src/k8splugin/api/brokerhandler_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/brokerhandler_test.go
parent1b17eca7ab6c6fe1d14cc30c16354785b4ed6cb4 (diff)
parentf6219a54a7acaac83f129aa837fa81b494ac3c9a (diff)
Merge "Change the import paths for go get access"
Diffstat (limited to 'src/k8splugin/api/brokerhandler_test.go')
-rw-r--r--src/k8splugin/api/brokerhandler_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k8splugin/api/brokerhandler_test.go b/src/k8splugin/api/brokerhandler_test.go
index 15b7bd73..f93ce5ff 100644
--- a/src/k8splugin/api/brokerhandler_test.go
+++ b/src/k8splugin/api/brokerhandler_test.go
@@ -23,8 +23,8 @@ import (
"reflect"
"testing"
- "k8splugin/internal/app"
- "k8splugin/internal/helm"
+ "github.com/onap/multicloud-k8s/src/k8splugin/internal/app"
+ "github.com/onap/multicloud-k8s/src/k8splugin/internal/helm"
pkgerrors "github.com/pkg/errors"
"k8s.io/apimachinery/pkg/runtime/schema"