Updates for tests

This commit is contained in:
David Bomba 2023-08-07 23:08:29 +10:00
parent 03530b967f
commit 875e8dbadb

View File

@ -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);
} }