Skip to content

Commit cd213f7

Browse files
author
jordanqin
committed
ut update
1 parent 11216a2 commit cd213f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QCloudCosXml/cosxml/src/androidTest/java/com/tencent/cos/xml/model/object/CopyObjectTestAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class CopyObjectTestAdapter extends RequestTestAdapter<CopyObjectRequest,
1515
protected CopyObjectRequest newRequestInstance() {
1616
CopyObjectRequest.CopySourceStruct copySourceStruct = new CopyObjectRequest.CopySourceStruct(
1717
TestConst.PERSIST_BUCKET, TestConst.PERSIST_BUCKET_REGION, TestConst.PERSIST_BUCKET_SMALL_OBJECT_PATH);
18-
String copyObjectCosPath = TestConst.PERSIST_BUCKET_SMALL_OBJECT_PATH.concat("_copy_" + System.currentTimeMillis());
18+
String copyObjectCosPath = "/copy/"+"small_object_copy_" + System.currentTimeMillis();
1919
CopyObjectRequest copyObjectRequest = new CopyObjectRequest(TestConst.PERSIST_BUCKET,
2020
copyObjectCosPath, copySourceStruct);
2121

0 commit comments

Comments
 (0)