mirror of
https://github.com/friendica/friendica
synced 2025-01-03 16:02:19 +00:00
Fix test?
This commit is contained in:
parent
6415fc62a0
commit
329dc22137
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class UserTimelineTest extends ApiTest
|
||||||
'user_id' => 42,
|
'user_id' => 42,
|
||||||
'max_id' => 10,
|
'max_id' => 10,
|
||||||
'exclude_replies' => true,
|
'exclude_replies' => true,
|
||||||
'conversation_id' => 7,
|
'conversation_id' => 1,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$json = $this->toJson($response);
|
$json = $this->toJson($response);
|
||||||
|
|
Loading…
Reference in a new issue