Code Review
/
aiml-fw
/
aihp
/
ips
/
kserve-adapter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
aaeacec
)
Fix wrong package imported
40/11240/2
author
Youhwan Seol
<yh.seol@samsung.com>
Tue, 30 May 2023 06:14:10 +0000
(15:14 +0900)
committer
Joseph Thaliath
<jo.thaliath@samsung.com>
Wed, 7 Jun 2023 11:13:14 +0000
(11:13 +0000)
Change-Id: I8f16858ea191e5222c1f8080b84da1104aa16995
Signed-off-by: Youhwan Seol <yh.seol@samsung.com>
pkg/api/v1/info/info_test.go
patch
|
blob
|
history
diff --git
a/pkg/api/v1/info/info_test.go
b/pkg/api/v1/info/info_test.go
index
7318fc7
..
04a7f97
100644
(file)
--- a/
pkg/api/v1/info/info_test.go
+++ b/
pkg/api/v1/info/info_test.go
@@
-21,7
+21,7
@@
package info
import (
"errors"
- "go/types"
+
"net/http"
"net/http/httptest"
. "net/url"
@@
-31,7
+31,7
@@
import (
"github.com/golang/mock/gomock"
"gerrit.o-ran-sc.org/r/aiml-fw/aihp/ips/kserve-adapter/pkg/api/commons/url"
-
+ "gerrit.o-ran-sc.org/r/aiml-fw/aihp/ips/kserve-adapter/pkg/commons/types"
controllermock "gerrit.o-ran-sc.org/r/aiml-fw/aihp/ips/kserve-adapter/pkg/controller/v1/adapter/mock"
)