mirror of
https://github.com/friendica/friendica
synced 2025-01-18 23:04:29 +00:00
The API test should now complete again
This commit is contained in:
parent
b5b2bfdd46
commit
d5203735eb
1 changed files with 1 additions and 1 deletions
|
@ -3388,7 +3388,7 @@ class ApiTest extends DatabaseTest
|
||||||
*/
|
*/
|
||||||
public function testApiShareAsRetweet()
|
public function testApiShareAsRetweet()
|
||||||
{
|
{
|
||||||
$item = ['body' => ''];
|
$item = ['body' => '', 'author-id' => 1, 'owner-id' => 1];
|
||||||
$result = api_share_as_retweet($item);
|
$result = api_share_as_retweet($item);
|
||||||
$this->assertFalse($result);
|
$this->assertFalse($result);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue