Commit b487ce65 by zhangying

修改名称testGetCourseDetail

parent cb7a479c
......@@ -57,7 +57,7 @@ public class TestGetCourseDetail extends XMBaseTest {
* 大班互动直播课-课程详情
*/
@Test(description = "普通的大班互动课,查看详情")
public void testGetCourseDetail1() throws InterruptedException {
public void testGetCourseDetail2() throws InterruptedException {
GetLiveCourseData getLiveCourseData = new GetLiveCourseData();
JSONObject getLargeCourseData = getLiveCourseData.createLargeInteractionClassLive();
......
......@@ -146,10 +146,10 @@ public class BaseTest extends AbstractTestNGSpringContextTests {
* 默认执行线上环境
*/
// 本地执行时使用
// String env = "prod";
String env = "prod";
// 防止多个工程运行时,环境变量名冲突
// 服务器集成测试配置
String env = System.getenv("live_env");
// String env = System.getenv("live_env");
if (StringUtils.isEmpty(env)) {
env = prop.getProperty("env");
}
......
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