From 8954c19896559c8f1256b36c09ffc297a0306ad1 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 21 Nov 2021 00:36:02 +0000 Subject: [PATCH] Fix some tests --- tests/legacy/ApiTest.php | 2 ++ 1 file changed, 2 insertions(+) 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'], ] -- 2.39.5