Skip to content

Commit be8debc

Browse files
KenChoiKenChoi
authored andcommitted
update test case, appkey not exist error code is 1004
1 parent a242334 commit be8debc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/cn/jpush/api/push/remote/ExceptionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public void appKeyNotExist() {
3030
} catch (APIConnectionException e) {
3131
e.printStackTrace();
3232
} catch (APIRequestException e) {
33-
assertEquals(APPKEY_NOT_EXIST, e.getErrorCode());
33+
assertEquals(AUTHENTICATION_FAIL, e.getErrorCode());
3434
}
3535
}
3636

0 commit comments

Comments
 (0)