From bfd078c2a33d44c3712245ca1bfb8c3849b8668f Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Tue, 20 Jun 2023 17:24:48 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B06281=20-=20:white=5Fcheck=5Fmark:=20Rest?= =?UTF-8?q?=20API=20core/create=20key=20value=20is=20no=20more=20between?= =?UTF-8?q?=20quote?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/php-unit-tests/unitary-tests/webservices/RestTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/php-unit-tests/unitary-tests/webservices/RestTest.php b/tests/php-unit-tests/unitary-tests/webservices/RestTest.php index 0e63a594e..5c1fc4676 100644 --- a/tests/php-unit-tests/unitary-tests/webservices/RestTest.php +++ b/tests/php-unit-tests/unitary-tests/webservices/RestTest.php @@ -106,7 +106,7 @@ JSON; $iId = $aJson['objects'][$sUserRequestKey]['key']; $sExpectedJsonOuput = <<assertJsonStringEqualsJsonString($sExpectedJsonOuput, $sOutputJson);