Error pages refactor #548
Annotations
3 errors and 1 warning
test/unit/publishRequestAPI.test.js > asyncRequestApi > getRequestData > should throw an error if the GET request fails with status 404:
test/unit/publishRequestAPI.test.js#L121
AssertionError: expected error to have message: HTTP error! status: 404
Expected: "HTTP error! status: 404"
Received: "HTTP error! status: 404: undefined"
❯ test/unit/publishRequestAPI.test.js:121:7
|
test/unit/publishRequestAPI.test.js > asyncRequestApi > getRequestData > should throw an error if the GET request fails with status 500:
test/unit/publishRequestAPI.test.js#L131
AssertionError: expected error to have message: HTTP error! status: 500
Expected: "HTTP error! status: 500"
Received: "HTTP error! status: 500: undefined"
❯ test/unit/publishRequestAPI.test.js:131:7
|
test
Process completed with exit code 1.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|