Commit 24add55c authored by 马博's avatar 马博

test

parent 535464a2
......@@ -834,7 +834,7 @@ public class ManagerService {
map.put("expressId","123123213213");
map.put("expressName","圆通速递");
map.put("orderId",orderId);
Response response = given().contentType("application/x-www-form-urlencoded;charset=UTF-8").cookies(authorization.ssoLogin()).params(map).post("http://"+url);
Response response = given().relaxedHTTPSValidation().contentType("application/x-www-form-urlencoded;charset=UTF-8").cookies(authorization.ssoLogin()).params(map).post("https://"+url);
try {
Assert.assertEquals(response.jsonPath().getString("success"), "true");
} catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment