Fix test?

This commit is contained in:
Michael 2022-02-25 21:03:16 +00:00
parent 6415fc62a0
commit 329dc22137
1 changed files with 1 additions and 1 deletions

View File

@ -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);