mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for tess
This commit is contained in:
parent
2f4e4278d7
commit
434e64988b
@ -43,8 +43,7 @@ class LiveDesignTest extends TestCase
|
|||||||
public function testDesignRoute200()
|
public function testDesignRoute200()
|
||||||
{
|
{
|
||||||
$data = [
|
$data = [
|
||||||
'entity' => 'invoice',
|
'entity_type' => 'invoice',
|
||||||
'entity_id' => $this->invoice->hashed_id,
|
|
||||||
'settings_type' => 'company',
|
'settings_type' => 'company',
|
||||||
'settings' => (array)$this->company->settings,
|
'settings' => (array)$this->company->settings,
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user