From 434e64988bd4d70069997c632665d121ab87a0fd Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 23 Feb 2023 06:42:09 +1100 Subject: [PATCH] Fixes for tess --- tests/Feature/LiveDesignTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Feature/LiveDesignTest.php b/tests/Feature/LiveDesignTest.php index 3bf5b0cf8957..f00b1805b38a 100644 --- a/tests/Feature/LiveDesignTest.php +++ b/tests/Feature/LiveDesignTest.php @@ -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, ];