From cdab9b4cd276d33ce6ff1654063d2b40b13ed23e Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 4 Jul 2018 00:54:53 -0400 Subject: [PATCH] Add missing author-link property to testFormatItems* --- tests/ApiTest.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/ApiTest.php b/tests/ApiTest.php index 1a94b0d46..d54d0cc9a 100644 --- a/tests/ApiTest.php +++ b/tests/ApiTest.php @@ -2337,8 +2337,9 @@ class ApiTest extends DatabaseTest 'coord' => '5 7', 'body' => '', 'verb' => '', - 'author-id' => 42, + 'author-id' => 43, 'author-network' => \Friendica\Core\Protocol::DFRN, + 'author-link' => 'http://localhost/profile/othercontact', 'plink' => '', ] ]; @@ -2359,8 +2360,9 @@ class ApiTest extends DatabaseTest 'coord' => '5 7', 'body' => '', 'verb' => '', - 'author-id' => 42, + 'author-id' => 43, 'author-network' => \Friendica\Core\Protocol::DFRN, + 'author-link' => 'http://localhost/profile/othercontact', 'plink' => '', ] ];