From bfddf14b6b71aa12440327bc030cdd96e9eaddaa Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 21 Nov 2021 07:18:40 +0000 Subject: [PATCH] Persuading the tests --- tests/legacy/ApiTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']);