Commit 5d2283dc by zhangyuxiao

修改乐动收银绑定状态校验结果

parent 2c61ad88
...@@ -43,6 +43,6 @@ public class TestCheckXcxCashierStatus extends XMBaseTest { ...@@ -43,6 +43,6 @@ public class TestCheckXcxCashierStatus extends XMBaseTest {
object.put("appId",appId); object.put("appId",appId);
xmAppApi.doRequest(RequestType.JSON,params,object.toString(),headers).assetsSuccess(true); xmAppApi.doRequest(RequestType.JSON,params,object.toString(),headers).assetsSuccess(true);
Assert.assertEquals(XMJSONPath.readPath(xmAppApi.getBodyInJSON(),"$.result.status"),"NOOPEN"); Assert.assertEquals(XMJSONPath.readPath(xmAppApi.getBodyInJSON(),"$.result.status"),"SUCCESS");
} }
} }
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