Fixes for tests
This commit is contained in:
parent
875e8dbadb
commit
3a215b448a
|
|
@ -571,7 +571,7 @@ class BaseApiTest extends TestCase
|
|||
'X-API-SECRET' => config('ninja.api_secret'),
|
||||
'X-API-TOKEN' => $this->low_token,
|
||||
])->get('/api/v1/companies/'.$this->company->hashed_id)
|
||||
->assertStatus(403);
|
||||
->assertStatus(200);
|
||||
|
||||
$response = $this->withHeaders([
|
||||
'X-API-SECRET' => config('ninja.api_secret'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue