()
| 113 | } |
| 114 | |
| 115 | @Test |
| 116 | void testWeComAppPush() { |
| 117 | PushMetaInfo pushMetaInfo = PushMetaInfo.builder() |
| 118 | .token("") |
| 119 | .secret("") |
| 120 | .agentId(0) |
| 121 | .build(); |
| 122 | PushResult pushResult = new WeComAppPush().doPush(pushMetaInfo, "testWeComAppPush"); |
| 123 | assertTrue(pushResult.isSuccess()); |
| 124 | } |
| 125 | } |