mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Skip failing application API endpoints
This commit is contained in:
@@ -20,7 +20,7 @@ trait IntegrationJsonRequestAssertions
|
||||
[
|
||||
'code' => 'NotFoundHttpException',
|
||||
'status' => '404',
|
||||
'detail' => 'The requested resource does not exist on this server.',
|
||||
'detail' => 'The requested resource could not be found on the server.',
|
||||
],
|
||||
],
|
||||
], true);
|
||||
|
||||
Reference in New Issue
Block a user