]> git.mxchange.org Git - friendica.git/commitdiff
Changed variable type
authorMichael <heluecht@pirati.ca>
Sun, 23 May 2021 19:59:51 +0000 (19:59 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 23 May 2021 19:59:51 +0000 (19:59 +0000)
tests/src/Util/HTTPInputDataTest.php

index e7175c2e52b5539c853b855554543c058b3db1ae..a4e3ce20df8f3adae4d51d69c0aaae0a6ccf1cbb 100644 (file)
@@ -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',