From: Michael Date: Sun, 23 May 2021 19:59:51 +0000 (+0000) Subject: Changed variable type X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=102e05124de6b31af9fc04b82809a6dd3bbcf03f;p=friendica.git Changed variable type --- diff --git a/tests/src/Util/HTTPInputDataTest.php b/tests/src/Util/HTTPInputDataTest.php index e7175c2e52..a4e3ce20df 100644 --- a/tests/src/Util/HTTPInputDataTest.php +++ b/tests/src/Util/HTTPInputDataTest.php @@ -47,7 +47,7 @@ class HTTPInputDataTest extends MockedTest 'variables' => [ 'display_name' => 'User Name', 'note' => 'About me', - 'locked' => false, + 'locked' => 'false', 'fields_attributes' => [ 0 => [ 'name' => 'variable 1',