Commit 51dcc978 by yangfangfang

解决报错

parent 4d75fd48
...@@ -49,7 +49,7 @@ public class TestPurchaseCamp extends BaseTestImpl { ...@@ -49,7 +49,7 @@ public class TestPurchaseCamp extends BaseTestImpl {
@Test @Test
public void testPurchaseCamp(){ public void testPurchaseCamp(){
// 获取存量训练营活动 // 获取存量训练营活动
String id = trainTools.getAppliableCampList("存量训练营C端报名活动").getJSONObject(0).getString("id"); String id = trainTools.getAppliableCampList("存量训练营C端报名活动47").getJSONObject(0).getString("id");
// 获取的微信用户 // 获取的微信用户
String memberId = userTools.getMemberInfo().getString("memberId"); String memberId = userTools.getMemberInfo().getString("memberId");
......
...@@ -23,7 +23,7 @@ public class TestCheckContractConfig extends BaseTestImpl { ...@@ -23,7 +23,7 @@ public class TestCheckContractConfig extends BaseTestImpl {
@BeforeMethod @BeforeMethod
@Override @Override
public void beforeTest(){ public void beforeTest(){
setTestInfo(ApiModule.Polar_EleContract,"API_checkContractConfig", LoginAccount.DZHT_PROD, Terminal.B,"xym"); setTestInfo(ApiModule.Polar_EleContract,"API_checkContractConfig", LoginAccount.GYM_PROD, Terminal.B,"xym");
super.beforeTest(); super.beforeTest();
} }
......
...@@ -23,7 +23,7 @@ public class TestGetCompanyAuthSignResult extends BaseTestImpl { ...@@ -23,7 +23,7 @@ public class TestGetCompanyAuthSignResult extends BaseTestImpl {
@BeforeMethod @BeforeMethod
@Override @Override
public void beforeTest(){ public void beforeTest(){
setTestInfo(ApiModule.Polar_EleContract,"API_getCompanyAuthSignResult", LoginAccount.DZHT_PROD, Terminal.B,"xym"); setTestInfo(ApiModule.Polar_EleContract,"API_getCompanyAuthSignResult", LoginAccount.GYM_PROD, Terminal.B,"xym");
super.beforeTest(); super.beforeTest();
} }
......
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