mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 01:24:36 -04:00
Fixes for testS
This commit is contained in:
parent
8fd9d2211f
commit
63725ea743
@ -107,6 +107,8 @@ class UserTest extends TestCase
|
|||||||
|
|
||||||
$data = $user->toArray();
|
$data = $user->toArray();
|
||||||
|
|
||||||
|
$response = false;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$response = $this->withHeaders([
|
$response = $this->withHeaders([
|
||||||
'X-API-SECRET' => config('ninja.api_secret'),
|
'X-API-SECRET' => config('ninja.api_secret'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user