mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for tests
This commit is contained in:
parent
91a36e3d0e
commit
4d8fef3e4e
@ -79,7 +79,6 @@ class DesignApiTest extends TestCase
|
|||||||
$arr = $response->json();
|
$arr = $response->json();
|
||||||
$this->assertCount(1, $arr['data']);
|
$this->assertCount(1, $arr['data']);
|
||||||
|
|
||||||
|
|
||||||
$response = $this->withHeaders([
|
$response = $this->withHeaders([
|
||||||
'X-API-SECRET' => config('ninja.api_secret'),
|
'X-API-SECRET' => config('ninja.api_secret'),
|
||||||
'X-API-TOKEN' => $this->token,
|
'X-API-TOKEN' => $this->token,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user