We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a242334 commit be8debcCopy full SHA for be8debc
src/test/java/cn/jpush/api/push/remote/ExceptionTest.java
@@ -30,7 +30,7 @@ public void appKeyNotExist() {
30
} catch (APIConnectionException e) {
31
e.printStackTrace();
32
} catch (APIRequestException e) {
33
- assertEquals(APPKEY_NOT_EXIST, e.getErrorCode());
+ assertEquals(AUTHENTICATION_FAIL, e.getErrorCode());
34
}
35
36
0 commit comments