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 3e436ac commit 3cfd230Copy full SHA for 3cfd230
src/test/java/cn/jpush/api/BaseTest.java
@@ -5,7 +5,7 @@
5
public abstract class BaseTest {
6
7
protected static final String APP_KEY = "d4ee2375846bc30fa51334f5";
8
- protected static final String MASTER_SECRET = "2bf52ee46fdeaadb8718fc15";
+ protected static final String MASTER_SECRET = "29e01630956b6c42cdf44562";
9
10
public static final String ALERT = "JPush Test - alert";
11
public static final String MSG_CONTENT = "JPush Test - msgContent";
0 commit comments