Fix tests
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2024-06-18 15:07:10 +02:00
parent f03459de58
commit a71af994bb
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class FormtemplateSectionRequest extends RequestFactory
{
return [
'name' => $this->faker->words(5, true),
'intro' => '',
'intro' => null,
'fields' => [],
];
}