From: Michael Date: Sun, 26 Apr 2020 16:25:46 +0000 (+0000) Subject: Fix tests - hopefully X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=53b0401d6adf4230a2b44f4547d406911e1b7bdd;p=friendica.git Fix tests - hopefully --- diff --git a/tests/datasets/api.fixture.php b/tests/datasets/api.fixture.php index 8bb701da1d..c9c16a33fc 100644 --- a/tests/datasets/api.fixture.php +++ b/tests/datasets/api.fixture.php @@ -256,6 +256,12 @@ return [ 'wall' => 1, ], ], + 'profile' => [ + [ + 'id' => 1, + 'uid' => 42, + ], + ], 'group' => [ [ 'id' => 1,