]> git.mxchange.org Git - friendica.git/commitdiff
Persuading the tests
authorMichael <heluecht@pirati.ca>
Sun, 21 Nov 2021 07:18:40 +0000 (07:18 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 21 Nov 2021 07:18:40 +0000 (07:18 +0000)
tests/legacy/ApiTest.php

index f984c48bf9cdc687c0dbca2d292bc0afef03dd82..cc89dc0f8dcf08bcdab0a21aab3a24b89a48ffe7 100644 (file)
@@ -1755,7 +1755,7 @@ class ApiTest extends FixtureTest
                $_REQUEST['user_id']         = 42;
                $_REQUEST['max_id']          = 10;
                $_REQUEST['exclude_replies'] = true;
-               $_REQUEST['conversation_id'] = 1;
+               $_REQUEST['conversation_id'] = 7;
 
                $result = api_statuses_user_timeline('json');
                self::assertNotEmpty($result['status']);