]> git.mxchange.org Git - friendica.git/commitdiff
Add missing author-link property to testFormatItems*
authorHypolite Petovan <mrpetovan@gmail.com>
Wed, 4 Jul 2018 04:54:53 +0000 (00:54 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Wed, 4 Jul 2018 04:54:53 +0000 (00:54 -0400)
tests/ApiTest.php

index 1a94b0d46ab4c99c0486e67a271ecca1459750fd..d54d0cc9a3af2f859f1905dc2e86b6345325c52a 100644 (file)
@@ -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' => '',
                        ]
                ];