Changed variable type

This commit is contained in:
Michael 2021-05-23 19:59:51 +00:00
parent 2d15587744
commit 102e05124d
1 changed files with 1 additions and 1 deletions

View 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',