Skip to content

Commit 6ec28e9

Browse files
committed
Merge pull request #130 from longbai/refactor-base64
fixed rsstat test enviroment
2 parents ccd9c7b + c4162d9 commit 6ec28e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/com/qiniu/testing/RSStatTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
public class RSStatTest extends TestCase {
1919

20-
public final String domain = "http://junit-bucket.qiniudn.com";
20+
public final String domain = System.getenv("QINIU_TEST_DOMAIN");
2121
public final String expectedHash = "FmDZwqadA4-ib_15hYfQpb7UXUYR";
2222

2323
public String bucketName;
2424
public final String key = "RSTest-key";
25-
25+
2626
public Mac mac;
2727

2828
@Override
@@ -95,4 +95,4 @@ public void tearDown() {
9595
assertTrue(!sr.ok());
9696
}
9797
}
98-
}
98+
}

0 commit comments

Comments
 (0)