1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Fixes for tess

This commit is contained in:
David Bomba 2023-02-23 06:42:09 +11:00
parent 2f4e4278d7
commit 434e64988b

View File

@ -43,8 +43,7 @@ class LiveDesignTest extends TestCase
public function testDesignRoute200()
{
$data = [
'entity' => 'invoice',
'entity_id' => $this->invoice->hashed_id,
'entity_type' => 'invoice',
'settings_type' => 'company',
'settings' => (array)$this->company->settings,
];