Fixed tests

This commit is contained in:
philipp lang 2024-04-23 23:55:42 +02:00
parent 0437511bf1
commit 0ba8c58c76
1 changed files with 1 additions and 1 deletions

View File

@ -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