diff --git a/tests/Feature/Form/FormtemplateSectionRequest.php b/tests/Feature/Form/FormtemplateSectionRequest.php index 490b3cc5..c1d22210 100644 --- a/tests/Feature/Form/FormtemplateSectionRequest.php +++ b/tests/Feature/Form/FormtemplateSectionRequest.php @@ -16,7 +16,7 @@ class FormtemplateSectionRequest extends RequestFactory { return [ 'name' => $this->faker->words(5, true), - 'intro' => '', + 'intro' => null, 'fields' => [], ]; }