From 1e4ed3d5a1328195623c047fc0ad95b4842cfba6 Mon Sep 17 00:00:00 2001 From: Philipp Date: Mon, 13 Feb 2023 21:02:48 +0100 Subject: [PATCH] revert api.fixture.php change --- tests/datasets/api.fixture.php | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/tests/datasets/api.fixture.php b/tests/datasets/api.fixture.php index f1e5d01233..b50f706251 100644 --- a/tests/datasets/api.fixture.php +++ b/tests/datasets/api.fixture.php @@ -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' => [ [