From: Michael Date: Sun, 21 Nov 2021 07:18:40 +0000 (+0000) Subject: Persuading the tests X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bfddf14b6b71aa12440327bc030cdd96e9eaddaa;p=friendica.git Persuading the tests --- diff --git a/tests/legacy/ApiTest.php b/tests/legacy/ApiTest.php index f984c48bf9..cc89dc0f8d 100644 --- a/tests/legacy/ApiTest.php +++ b/tests/legacy/ApiTest.php @@ -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']);