Fixed tests
This commit is contained in:
parent
0437511bf1
commit
0ba8c58c76
|
@ -57,7 +57,7 @@ class FormApiListActionTest extends FormTestCase
|
||||||
->create();
|
->create();
|
||||||
|
|
||||||
sleep(1);
|
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
|
public function testItDisplaysRemoteGroups(): void
|
||||||
|
|
Loading…
Reference in New Issue