Skip to content

Commit dfbbf37

Browse files
committed
[app-builder] 修改检视意见,修复单侧内容无实际意义。
1 parent 10f9128 commit dfbbf37

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app-builder/plugins/aipp-custom-model-center/src/test/java/modelengine/fit/jade/aipp/model/service/impl/CustomAippModelCenterTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)