mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:10:11 +00:00
Media ids with content
This commit is contained in:
parent
e706f82a3c
commit
f151b4571d
2 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ class HTTPInputDataTest extends MockedTest
|
|||
'input' => file_get_contents(__DIR__ . '/../../datasets/http/form-urlencoded-json.httpinput'),
|
||||
'expected' => [
|
||||
'variables' => [
|
||||
'media_ids' => [],
|
||||
'media_ids' => [1],
|
||||
'sensitive' => false,
|
||||
'status' => 'Test Status',
|
||||
'visibility' => 'private',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue