File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
weixin-java-cp/src/test/java/me/chanjar/weixin/cp/api
weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public class WxCpBaseAPITest {
2222 public void testRefreshAccessToken () throws WxErrorException {
2323 WxCpConfigStorage configStorage = wxService .wxCpConfigStorage ;
2424 String before = configStorage .getAccessToken ();
25- wxService .getAccessToken ();
25+ wxService .getAccessToken (false );
2626
2727 String after = configStorage .getAccessToken ();
2828
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public class WxMpBaseAPITest {
2222 public void testRefreshAccessToken () throws WxErrorException {
2323 WxMpConfigStorage configStorage = wxService .wxMpConfigStorage ;
2424 String before = configStorage .getAccessToken ();
25- wxService .getAccessToken ();
25+ wxService .getAccessToken (false );
2626
2727 String after = configStorage .getAccessToken ();
2828
You can’t perform that action at this time.
0 commit comments