This commit is contained in:
philipp lang 2024-02-20 01:59:31 +01:00
parent 5f48b4e64d
commit 2a5c203cc0
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class FormApiListActionTest extends EndToEndTestCase
->description('desc')
->from('2023-05-05')
->to('2023-06-07')
->sections([FormtemplateSectionRequest::new()->name('sname')->fields([FormtemplateFieldRequest::type(TextField::class)])])
->sections([FormtemplateSectionRequest::new()->name('sname')])
->create();
sleep(1);