We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c31a3a commit f967ba5Copy full SHA for f967ba5
src/routes/__snapshots__/entity.test.ts.snap
@@ -55,12 +55,3 @@ exports[`Entity Route > GET /entity/:id > should return entity when found 1`] =
55
"rootCollection": null,
56
}
57
`;
58
-
59
-exports[`Entity Route > GET /entity/:id > should validate ID parameter format 1`] = `
60
-{
61
- "code": "FST_ERR_VALIDATION",
62
- "error": "Bad Request",
63
- "message": "params/id Invalid URI format",
64
- "statusCode": 400,
65
-}
66
-`;
0 commit comments