diff --git a/tests/Feature/ClientDeletedInvoiceCreationTest.php b/tests/Feature/ClientDeletedInvoiceCreationTest.php index 0942920365..3ec20cb30f 100644 --- a/tests/Feature/ClientDeletedInvoiceCreationTest.php +++ b/tests/Feature/ClientDeletedInvoiceCreationTest.php @@ -51,7 +51,7 @@ class ClientDeletedInvoiceCreationTest extends TestCase 'number' => 'dude', ]; - $response = $this->withHeaders([ + $this->withHeaders([ 'X-API-SECRET' => config('ninja.api_secret'), 'X-API-TOKEN' => $this->token, ])->post('/api/v1/invoices/', $data) @@ -66,7 +66,7 @@ class ClientDeletedInvoiceCreationTest extends TestCase 'number' => 'dude2', ]; - $response = $this->withHeaders([ + $this->withHeaders([ 'X-API-SECRET' => config('ninja.api_secret'), 'X-API-TOKEN' => $this->token, ])->post('/api/v1/invoices/', $data)