We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea35246 commit 8970b2cCopy full SHA for 8970b2c
weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/impl/WxMpKefuServiceImplTest.java
@@ -78,7 +78,7 @@ public void testKfAccountUpdate(String kfAccount) throws WxErrorException {
78
"testKfAccountAdd" }, dataProvider = "getKfAccount")
79
public void testKfAccountInviteWorker(String kfAccount) throws WxErrorException {
80
WxMpKfAccountRequest request = WxMpKfAccountRequest.builder()
81
- .kfAccount(kfAccount).inviteWx("www_ucredit_com").build();
+ .kfAccount(kfAccount).inviteWx(" ").build();
82
Assert.assertTrue(this.wxService.getKefuService().kfAccountInviteWorker(request));
83
}
84
0 commit comments