X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2Fexamples%2FJob%2FDelete.php;h=759d3d36e9c008db56477fb2f79dce1a6c98bd9b;hb=a5d44edbee5498fa4195c5f3571db6b820185fa8;hp=6230b31d8ea1eb5d3a08f8bbcc29b19ad6ce54d9;hpb=da7a33feb6f28d09a8b2de93cb702b43ed484851;p=civicrm-core.git diff --git a/api/v3/examples/Job/Delete.php b/api/v3/examples/Job/Delete.php index 6230b31d8e..759d3d36e9 100644 --- a/api/v3/examples/Job/Delete.php +++ b/api/v3/examples/Job/Delete.php @@ -27,12 +27,7 @@ return $result; */ function job_delete_expectedresult(){ - $expectedResult = array( - 'is_error' => 0, - 'version' => 3, - 'count' => 1, - 'values' => true, -); + $expectedResult = ''; return $expectedResult; }