mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
revert api.fixture.php change
This commit is contained in:
parent
51ab7f4fcb
commit
1e4ed3d5a1
1 changed files with 0 additions and 16 deletions
|
@ -35,22 +35,6 @@ return [
|
|||
'workerqueue',
|
||||
'mail',
|
||||
'post-delivery-data',
|
||||
'gserver' => [
|
||||
[
|
||||
'id' => 42,
|
||||
'url' => 'https://friendica.test',
|
||||
'info' => 'test_node',
|
||||
'active-week-users' => 1,
|
||||
'active-month-users' => 1,
|
||||
'active-halfyear-users' => 1,
|
||||
'local-posts' => 42,
|
||||
'local-comments' => 42,
|
||||
'protocol' => 'apub',
|
||||
'detection-method' => 'none',
|
||||
'blocked' => 0,
|
||||
'failed' => 0,
|
||||
],
|
||||
],
|
||||
// Base test config to avoid notice messages
|
||||
'user' => [
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue