Commit 6ff883e9 authored by 龚小红's avatar 龚小红

增加砸金蛋玩法的接口用例

parent 29ad7f6b
...@@ -1096,7 +1096,5 @@ public class GoldenEgg implements Authorization { ...@@ -1096,7 +1096,5 @@ public class GoldenEgg implements Authorization {
Object data = closeRes.jsonPath().getJsonObject("data"); Object data = closeRes.jsonPath().getJsonObject("data");
System.out.println(data); System.out.println(data);
Assert.assertNotNull(data, network.message(closeParam, BasicConfig.ANCHOR_CLOSE, "结束直播失败", closeRes.body().asString())); Assert.assertNotNull(data, network.message(closeParam, BasicConfig.ANCHOR_CLOSE, "结束直播失败", closeRes.body().asString()));
} }
} }
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