We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19838f commit 9e02818Copy full SHA for 9e02818
1 file changed
src/error.test.ts
@@ -32,7 +32,7 @@ describe("APIError", () => {
32
expect(loggedString).toMatchInlineSnapshot(`
33
"[InternalAPIError: Test error in function] {
34
status: 'INTERNAL_SERVER_ERROR',
35
- body: { code: 'TEST_ERROR_IN_FUNCTION', message: 'Test error in function' },
+ body: { message: 'Test error in function' },
36
headers: {},
37
statusCode: 500
38
}"
0 commit comments