Persuading the tests

pull/11003/head
Michael 2021-11-21 07:18:40 +00:00
parent 1e4e0914ff
commit bfddf14b6b
1 changed files with 1 additions and 1 deletions

View 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']);