mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Fix some tests
This commit is contained in:
parent
2c6afe65a7
commit
8954c19896
1 changed files with 2 additions and 0 deletions
|
@ -2233,6 +2233,7 @@ class ApiTest extends FixtureTest
|
|||
'author-id' => 43,
|
||||
'author-network' => Protocol::DFRN,
|
||||
'author-link' => 'http://localhost/profile/othercontact',
|
||||
'owner-id' => 43,
|
||||
'plink' => '',
|
||||
'uid' => $this->selfUser['id'],
|
||||
]
|
||||
|
@ -2257,6 +2258,7 @@ class ApiTest extends FixtureTest
|
|||
'author-id' => 43,
|
||||
'author-network' => Protocol::DFRN,
|
||||
'author-link' => 'http://localhost/profile/othercontact',
|
||||
'owner-id' => 43,
|
||||
'plink' => '',
|
||||
'uid' => $this->selfUser['id'],
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue