Skip to content

Commit 446a29a

Browse files
authored
Merge pull request #99 from jpush/dev
modify test master secret
2 parents aa293fb + fcf015a commit 446a29a

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 = "1bdab6d2cb99727cf768cc9c";
8+
protected static final String MASTER_SECRET = "cfb11ca45888cdd6388483f5";
99
protected static final String GROUP_MASTER_SECRET = "b11314807507e2bcfdeebe2e";
1010
protected static final String GROUP_PUSH_KEY = "2c88a01e073a0fe4fc7b167c";
1111

0 commit comments

Comments
 (0)