Skip failing application API endpoints

This commit is contained in:
Dane Everitt
2021-08-07 16:17:16 -07:00
parent 436e686037
commit baf8a9fb2c
6 changed files with 14 additions and 110 deletions

View File

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