File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app-builder/plugins/aipp-custom-model-center/src/test/java/modelengine/fit/jade/aipp/model/service/impl Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ void shouldGetResultWhenFetchModelListGivenUserModelRepoHasData() {
4545 ModelPo modelPo = ModelPo .builder ()
4646 .modelId ("id" )
4747 .name ("gpt" )
48- .baseUrl ("http://xxx " )
48+ .baseUrl ("http://testUrl " )
4949 .type ("type" )
5050 .tag ("tag1" )
5151 .build ();
@@ -73,7 +73,7 @@ void shouldGetDefaultWhenFetchModelListGivenUserModelRepoNoData() {
7373 ModelPo modelPo = ModelPo .builder ()
7474 .modelId ("id" )
7575 .name ("gpt" )
76- .baseUrl ("http://xxx " )
76+ .baseUrl ("http://testUrl " )
7777 .type (type )
7878 .tag ("tag1" )
7979 .build ();
@@ -100,7 +100,7 @@ void shouldGetResultWhenGetModelAccessInfoGivenUserModelRepoHasData() {
100100 ModelPo modelPo = ModelPo .builder ()
101101 .modelId ("id" )
102102 .name ("gpt" )
103- .baseUrl ("http://xxx " )
103+ .baseUrl ("http://testUrl " )
104104 .type ("type" )
105105 .tag ("tag1" )
106106 .build ();
@@ -129,7 +129,7 @@ void shouldGetDefaultWhenGetModelAccessInfoGivenUserModelRepoNoData() {
129129 ModelPo modelPo = ModelPo .builder ()
130130 .modelId ("id" )
131131 .name ("gpt" )
132- .baseUrl ("http://xxx " )
132+ .baseUrl ("http://testUrl " )
133133 .type (type )
134134 .tag ("tag1" )
135135 .build ();
@@ -153,7 +153,7 @@ void shouldGetResultWhenGetDefaultModelGivenUserModelRepoHasData() {
153153 ModelPo modelPo = ModelPo .builder ()
154154 .modelId ("id" )
155155 .name ("gpt" )
156- .baseUrl ("http://xxx " )
156+ .baseUrl ("http://testUrl " )
157157 .type ("type" )
158158 .tag ("tag1" )
159159 .build ();
@@ -177,7 +177,7 @@ void shouldGetDefaultWhenGetDefaultModelGivenUserModelRepoNoData() {
177177 ModelPo modelPo = ModelPo .builder ()
178178 .modelId ("id" )
179179 .name ("gpt" )
180- .baseUrl ("http://xxx " )
180+ .baseUrl ("http://testUrl " )
181181 .type (type )
182182 .tag ("tag1" )
183183 .build ();
You can’t perform that action at this time.
0 commit comments