Fixes for testS

This commit is contained in:
David Bomba 2021-05-26 18:12:00 +10:00
parent 8fd9d2211f
commit 63725ea743

View File

@ -107,6 +107,8 @@ class UserTest extends TestCase
$data = $user->toArray();
$response = false;
try {
$response = $this->withHeaders([
'X-API-SECRET' => config('ninja.api_secret'),