From 53b0401d6adf4230a2b44f4547d406911e1b7bdd Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 26 Apr 2020 16:25:46 +0000 Subject: [PATCH] Fix tests - hopefully --- tests/datasets/api.fixture.php | 6 ++++++ 1 file changed, 6 insertions(+) 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,