mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
Fix tests - hopefully
This commit is contained in:
parent
6c59e03805
commit
53b0401d6a
1 changed files with 6 additions and 0 deletions
|
@ -256,6 +256,12 @@ return [
|
||||||
'wall' => 1,
|
'wall' => 1,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
'profile' => [
|
||||||
|
[
|
||||||
|
'id' => 1,
|
||||||
|
'uid' => 42,
|
||||||
|
],
|
||||||
|
],
|
||||||
'group' => [
|
'group' => [
|
||||||
[
|
[
|
||||||
'id' => 1,
|
'id' => 1,
|
||||||
|
|
Loading…
Reference in a new issue