update backend p20.1 p20.2
This commit is contained in:
@@ -195,7 +195,7 @@ class ApiKeyAuthTest extends TestCase
|
||||
'X-API-Key' => $plain_key,
|
||||
]);
|
||||
|
||||
$response->assertStatus(401);
|
||||
$response->assertStatus(403);
|
||||
}
|
||||
|
||||
public function test_jwt_takes_priority_over_api_key(): void
|
||||
|
||||
Reference in New Issue
Block a user