Skip failing application API endpoints

This commit is contained in:
Dane Everitt 2021-08-07 16:17:16 -07:00
parent 436e686037
commit baf8a9fb2c
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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);