From: Michael Date: Thu, 4 Feb 2021 17:56:43 +0000 (+0000) Subject: Fix test data X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2b6b72f7fd59002560524b00d34be1142b6cdd44;p=friendica.git Fix test data --- diff --git a/tests/datasets/api.fixture.php b/tests/datasets/api.fixture.php index b2b877dea0..1be3f9b78b 100644 --- a/tests/datasets/api.fixture.php +++ b/tests/datasets/api.fixture.php @@ -447,12 +447,12 @@ return [ ], [ 'uri-id' => 3, - 'uid' => 0, + 'uid' => 42, 'wall' => 1, ], [ 'uri-id' => 6, - 'uid' => 0, + 'uid' => 42, 'wall' => 1, ], ],