From ea426fd8272b1d25fab1f907968b1b1f21903e12 Mon Sep 17 00:00:00 2001 From: Vincent Chalamon <407859+vincentchalamon@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:59:13 +0200 Subject: [PATCH] fix: event_listeners BC layer --- api/tests/Api/ReviewTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tests/Api/ReviewTest.php b/api/tests/Api/ReviewTest.php index 6602f3f8c..040d76ccb 100644 --- a/api/tests/Api/ReviewTest.php +++ b/api/tests/Api/ReviewTest.php @@ -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.', ]); }