Commit eeb36f2a by yangfangfang

修改

parent a19c8b30
......@@ -47,7 +47,7 @@ public class TestListRelatedRecordsById extends XMBaseTest {
String transState = response.getJSONArray("result").getJSONObject(0).getString("transState");
String payId = response.getJSONArray("result").getJSONObject(0).getString("id");//收款流水ID
Assert.assertEquals(success, "true", "获取退款成功流水的查看关联交易失败");
Assert.assertEquals(transState, "PAY_SUCCESS", "退款成功流水的查看关联交易-收款流水的状态未是收款成功");
Assert.assertEquals(transState, "PAY_IN", "退款成功流水的查看关联交易-收款流水的状态未是收款成功");
try {
Thread.sleep(1000);
......
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