From: Philipp <admin@philipp.info>
Date: Mon, 13 Feb 2023 20:02:48 +0000 (+0100)
Subject: revert api.fixture.php change
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1e4ed3d5a1328195623c047fc0ad95b4842cfba6;p=friendica.git

revert api.fixture.php change
---

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' => [
 		[