From bd91bb21b92bd95e12fe5d77de58739dbb9785fa Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 16 Jan 2021 07:21:02 +0000 Subject: [PATCH] No causer in threads --- tests/datasets/api.fixture.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/datasets/api.fixture.php b/tests/datasets/api.fixture.php index fcd1e6a6b..93b896ebf 100644 --- a/tests/datasets/api.fixture.php +++ b/tests/datasets/api.fixture.php @@ -338,7 +338,6 @@ return [ 'contact-id' => 42, 'author-id' => 42, 'owner-id' => 42, - 'causer-id' => 42, 'uid' => 42, 'wall' => 1, ], @@ -349,7 +348,6 @@ return [ 'contact-id' => 43, 'author-id' => 43, 'owner-id' => 43, - 'causer-id' => 43, 'uid' => 0, 'wall' => 1, ], @@ -360,7 +358,6 @@ return [ 'contact-id' => 44, 'author-id' => 44, 'owner-id' => 44, - 'causer-id' => 44, 'uid' => 0, 'wall' => 1, ],