diff --git a/tests/Feature/BaseApiTest.php b/tests/Feature/BaseApiTest.php index 75d4ae7f24b4..e1b889e3a8a5 100644 --- a/tests/Feature/BaseApiTest.php +++ b/tests/Feature/BaseApiTest.php @@ -428,7 +428,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); }