diff --git a/tests/Feature/LiveDesignTest.php b/tests/Feature/LiveDesignTest.php index 3bf5b0cf89..f00b1805b3 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, ];