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:
parent
91a36e3d0e
commit
4d8fef3e4e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user