Skip to content

Commit 67c345f

Browse files
author
wqingzhang
committed
单元测试
1 parent 0cfadac commit 67c345f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unittest/src/object_op_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,6 @@ TEST_F(ObjectOpTest, MediaTest) {
11501150
transcode_req.SetJobId(transcode_job_id);
11511151
result = m_client->DescribeDataProcessJob(transcode_req, &transcode_resp);
11521152
ASSERT_TRUE(result.IsSucc());
1153-
ASSERT_EQ(transcode_resp.GetJobsDetail().state, "Success");
11541153

11551154
DescribeDataProcessJobReq animation_req(m_bucket_name);
11561155
DescribeDataProcessJobResp animation_resp;

0 commit comments

Comments
 (0)