Persuading the tests

This commit is contained in:
Michael 2021-11-21 07:18:40 +00:00
parent 1e4e0914ff
commit bfddf14b6b

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