Skip to content

Commit

Permalink
fix: event_listeners BC layer
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Sep 25, 2023
1 parent c348026 commit ea426fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/Api/ReviewTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function testAsAUserICannotAddAReviewWithValidDataOnAnInvalidBook(): void
self::assertJsonContains([
'@type' => 'hydra:Error',
'hydra:title' => 'An error occurred',
'hydra:description' => 'Invalid identifier value or configuration.',
'hydra:description' => 'Invalid uri variables.',
]);
}

Expand Down

0 comments on commit ea426fd

Please sign in to comment.