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 10fcc4e commit 8c81321
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 @@ -220,7 +220,7 @@ public function testAsAUserICannotAddAReviewWithValidDataOnAnInvalidBook(): void
'@context' => '/contexts/Error',
'@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 8c81321

Please sign in to comment.