From: Michael Date: Tue, 2 Oct 2018 07:38:43 +0000 (+0000) Subject: The API test should now complete again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d5203735eb2ccfd245292a86e1500f4f8a2d5335;p=friendica.git The API test should now complete again --- diff --git a/tests/ApiTest.php b/tests/ApiTest.php index a3e1ced683..941ed96bf8 100644 --- a/tests/ApiTest.php +++ b/tests/ApiTest.php @@ -3388,7 +3388,7 @@ class ApiTest extends DatabaseTest */ public function testApiShareAsRetweet() { - $item = ['body' => '']; + $item = ['body' => '', 'author-id' => 1, 'owner-id' => 1]; $result = api_share_as_retweet($item); $this->assertFalse($result); }