From 0ba8c58c769314b7b0b046ecee87f82f8c00c2a0 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Tue, 23 Apr 2024 23:55:42 +0200 Subject: [PATCH] Fixed tests --- tests/EndToEnd/Form/FormApiListActionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/EndToEnd/Form/FormApiListActionTest.php b/tests/EndToEnd/Form/FormApiListActionTest.php index 7612aabb..7139cffc 100644 --- a/tests/EndToEnd/Form/FormApiListActionTest.php +++ b/tests/EndToEnd/Form/FormApiListActionTest.php @@ -57,7 +57,7 @@ class FormApiListActionTest extends FormTestCase ->create(); sleep(1); - $this->get('/api/form?perPage=15')->assertJsonPath('data.0.config.sections.0.fields.0.value', ''); + $this->get('/api/form?perPage=15')->assertJsonPath('data.0.config.sections.0.fields.0.value', null); } public function testItDisplaysRemoteGroups(): void