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.
2 parents ccd9c7b + c4162d9 commit 6ec28e9Copy full SHA for 6ec28e9
src/test/java/com/qiniu/testing/RSStatTest.java
@@ -17,12 +17,12 @@
17
18
public class RSStatTest extends TestCase {
19
20
- public final String domain = "http://junit-bucket.qiniudn.com";
+ public final String domain = System.getenv("QINIU_TEST_DOMAIN");
21
public final String expectedHash = "FmDZwqadA4-ib_15hYfQpb7UXUYR";
22
23
public String bucketName;
24
public final String key = "RSTest-key";
25
-
+
26
public Mac mac;
27
28
@Override
@@ -95,4 +95,4 @@ public void tearDown() {
95
assertTrue(!sr.ok());
96
}
97
98
-}
+}
0 commit comments