Merge pull request #5807 from annando/fix-test

The API test should now complete again
pull/5808/head^2
Hypolite Petovan 2018-10-02 07:06:28 -04:00 zatwierdzone przez GitHub
commit 010a7e121c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);
}