mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Minor fixes for tests
This commit is contained in:
parent
495034cec8
commit
78a69329d4
@ -589,7 +589,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/client_gateway_tokens/')
|
])->get('/api/v1/client_gateway_tokens/')
|
||||||
->assertStatus(401);
|
->assertStatus(403);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user