mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 01:34:36 -04:00
Updates for tests
This commit is contained in:
parent
03530b967f
commit
875e8dbadb
@ -428,7 +428,7 @@ class BaseApiTest extends TestCase
|
|||||||
'X-API-SECRET' => config('ninja.api_secret'),
|
'X-API-SECRET' => config('ninja.api_secret'),
|
||||||
'X-API-TOKEN' => $this->low_token,
|
'X-API-TOKEN' => $this->low_token,
|
||||||
])->get('/api/v1/companies/'.$this->company->hashed_id)
|
])->get('/api/v1/companies/'.$this->company->hashed_id)
|
||||||
->assertStatus(403);
|
->assertStatus(200);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user