mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Persuading the tests
This commit is contained in:
parent
1e4e0914ff
commit
bfddf14b6b
1 changed files with 1 additions and 1 deletions
|
@ -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']);
|
||||
|
|
Loading…
Reference in a new issue