Skip to content

Commit 3cfd230

Browse files
KenChoiKenChoi
authored andcommitted
update test master secret
1 parent 3e436ac commit 3cfd230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/cn/jpush/api/BaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
public abstract class BaseTest {
66

77
protected static final String APP_KEY = "d4ee2375846bc30fa51334f5";
8-
protected static final String MASTER_SECRET = "2bf52ee46fdeaadb8718fc15";
8+
protected static final String MASTER_SECRET = "29e01630956b6c42cdf44562";
99

1010
public static final String ALERT = "JPush Test - alert";
1111
public static final String MSG_CONTENT = "JPush Test - msgContent";

0 commit comments

Comments
 (0)