Skip to content

Commit 0201819

Browse files
Thomasludomikula
Thomas
authored andcommitted
Fix plugin test issue
1 parent 481f162 commit 0201819

File tree

1 file changed

+1
-1
lines changed
  • server/api-service/lowcoder-plugins/restApiPlugin/src/test/java/org/lowcoder/plugin/restapi

1 file changed

+1
-1
lines changed

server/api-service/lowcoder-plugins/restApiPlugin/src/test/java/org/lowcoder/plugin/restapi/RestApiEngineTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public void testEncodingParams() {
180180
assertTrue(result.isSuccess());
181181
assertNotNull(result.getData());
182182
JsonNode url = ((ObjectNode) result.getData()).get("url");
183-
assertEquals("\"https://postman-echo.com/post?param=value+with+blank\"", url.toString());
183+
assertEquals("\"http://postman-echo.com/post?param=value+with+blank\"", url.toString());
184184
})
185185
.verifyComplete();
186186
}

0 commit comments

Comments
 (0)