From: Michael Date: Sun, 21 Nov 2021 00:36:02 +0000 (+0000) Subject: Fix some tests X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8954c19896559c8f1256b36c09ffc297a0306ad1;p=friendica.git Fix some tests --- diff --git a/tests/legacy/ApiTest.php b/tests/legacy/ApiTest.php index 8e5743facb..9dfa84efe6 100644 --- a/tests/legacy/ApiTest.php +++ b/tests/legacy/ApiTest.php @@ -2233,6 +2233,7 @@ class ApiTest extends FixtureTest 'author-id' => 43, 'author-network' => Protocol::DFRN, 'author-link' => 'http://localhost/profile/othercontact', + 'owner-id' => 43, 'plink' => '', 'uid' => $this->selfUser['id'], ] @@ -2257,6 +2258,7 @@ class ApiTest extends FixtureTest 'author-id' => 43, 'author-network' => Protocol::DFRN, 'author-link' => 'http://localhost/profile/othercontact', + 'owner-id' => 43, 'plink' => '', 'uid' => $this->selfUser['id'], ]