* Fix test.
This commit is contained in:
@@ -25,4 +25,4 @@ r($deleteNotExist) && c(200) && p() && e('{"message":"success"}'); // 使用不
|
||||
$existCase = $rest->get('/testcases/1', $header);
|
||||
$existCase->body = array($existCase->body);
|
||||
|
||||
r($existCase) && c(200) && p('title,deleted') && e('这个是测试用例1,1'); // 查询已删除的用例信息
|
||||
r($existCase) && c(200) && p('title,deleted') && e('这个是测试用例1,1'); // 查询已删除的用例信息
|
||||
Reference in New Issue
Block a user