Skip to content

Commit 272d1f1

Browse files
committed
fix lifecycle
1 parent 3f0eb2b commit 272d1f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/com/aliyun/oss/integrationtests/TestConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
public final class TestConfig {
2323

2424
// OSS test configuration
25-
public static String OSS_TEST_ENDPOINT = "http://oss-cn-shenzhen.aliyuncs.com";
25+
public static String OSS_TEST_ENDPOINT = null;
2626
public static String OSS_TEST_REGION = null;
27-
public static String OSS_TEST_ACCESS_KEY_ID = "2NeLUvmJFYbrj2Eb";
28-
public static String OSS_TEST_ACCESS_KEY_SECRET = "tpKbdpzCavhbYghxHih5urCw5lkBdx";
27+
public static String OSS_TEST_ACCESS_KEY_ID = null;
28+
public static String OSS_TEST_ACCESS_KEY_SECRET = null;
2929
public static String OSS_TEST_ACCESS_KEY_ID_1 = null;
3030
public static String OSS_TEST_ACCESS_KEY_SECRET_1 = null;
3131

0 commit comments

Comments
 (0)