1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Fixes for tests

This commit is contained in:
David Bomba 2023-10-05 11:59:50 +11:00
parent 91a36e3d0e
commit 4d8fef3e4e

View File

@ -79,7 +79,6 @@ class DesignApiTest extends TestCase
$arr = $response->json();
$this->assertCount(1, $arr['data']);
$response = $this->withHeaders([
'X-API-SECRET' => config('ninja.api_secret'),
'X-API-TOKEN' => $this->token,