Skip to content

Commit 3a098f3

Browse files
committed
CI: Fix SocialPort test removing unused 'userReceiver' and 'groupReceiver' fields in results
1 parent 3b2b8b9 commit 3a098f3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/CoreBundle/Repository/SocialPostRepositoryTest.php

-5
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ public function testPostToOwnWall(): void
112112
'@id' => $studentIri,
113113
'username' => $student->getUsername(),
114114
],
115-
'userReceiver' => null,
116-
'groupReceiver' => null,
117115
]);
118116

119117
$response = $client->request(
@@ -177,10 +175,8 @@ public function testPostToFriendsWall(): void
177175
'@id' => $student1Iri,
178176
'username' => $student1->getUsername(),
179177
],
180-
'userReceiver' => null,
181178
'content' => 'Hello world',
182179
'type' => SocialPost::TYPE_WALL_POST,
183-
'groupReceiver' => null,
184180
]);
185181

186182
// student1 posts in student2's wall
@@ -210,7 +206,6 @@ public function testPostToFriendsWall(): void
210206
'@id' => $student2Iri,
211207
'username' => $student2->getUsername(),
212208
],
213-
'groupReceiver' => null,
214209
]);
215210

216211
// student1 views student2's wall

0 commit comments

Comments
 (0)