Commit 481f7dc5 authored by 龚小红's avatar 龚小红

Merge branch 'Feature/20211125-gxh' into 'master'

Feature/20211125 gxh

See merge request test-group/kejiji!170
parents 73899251 39894be6
......@@ -232,7 +232,7 @@ public class PersonalPage implements Authorization {
public void 查看测试详情() {
params.clear();
params.put("recordId", testRecordId);
params.put("liveId", LiveConstants.getValue(LiveConstants.StringKeyEnum.LIVE_ID.getKey()));
params.put("liveId", LiveConstants.getValue(LiveConstants.StringKeyEnum.ENCODE_LIVE_ID.getKey()));
Response resourceDetailRes = network.getResponse(params, BasicConfig.USER_getTestResourceDetail);
Assert.assertTrue(resourceDetailRes.jsonPath().getBoolean("success"), network.message(params, BasicConfig.USER_getTestResourceDetail, "接口请求失败", resourceDetailRes.body().asString()));
try {
......
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