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() 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,
]; ];