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.
1 parent 36a2e60 commit 42598a8Copy full SHA for 42598a8
src/test/java/test/com/qiniu/storage/BucketTest.java
@@ -236,7 +236,6 @@ public void testStat() throws Exception {
236
public void testFile(TestConfig.TestFile file, BucketManager bucketManager) throws IOException {
237
String bucket = file.getBucketName();
238
String key = file.getKey();
239
- key = "12344";
240
try {
241
FileInfo info = bucketManager.stat(bucket, key);
242
Assert.assertNotNull(info.hash);
0 commit comments