Skip to content

Commit 5f915b8

Browse files
committed
Merge branch '1.2.x'
2 parents 21ec92a + b0e18b2 commit 5f915b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-builder/plugins/aipp-http-call/src/test/java/modelengine/fit/jade/aipp/http/call/AippHttpCallServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void blackListShouldBeBlocked() {
6666

6767
// then
6868
Assertions.assertEquals(-1, result.getStatus());
69-
Assertions.assertEquals("The URL is in the blacklist.", result.getErrorMsg());
69+
Assertions.assertEquals("Invalid request.", result.getErrorMsg());
7070
}
7171

7272
private static HttpRequest constructHttpRequest(String url) {

0 commit comments

Comments
 (0)