diff --git a/tests/EndToEnd/Form/FormApiListActionTest.php b/tests/EndToEnd/Form/FormApiListActionTest.php index f27e4dcd..63a8af44 100644 --- a/tests/EndToEnd/Form/FormApiListActionTest.php +++ b/tests/EndToEnd/Form/FormApiListActionTest.php @@ -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);