From 102e05124de6b31af9fc04b82809a6dd3bbcf03f Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 23 May 2021 19:59:51 +0000 Subject: [PATCH] Changed variable type --- tests/src/Util/HTTPInputDataTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',