Skip to content

Commit f967ba5

Browse files
committed
chore: update test snapshots
1 parent 5c31a3a commit f967ba5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/routes/__snapshots__/entity.test.ts.snap

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,3 @@ exports[`Entity Route > GET /entity/:id > should return entity when found 1`] =
5555
"rootCollection": null,
5656
}
5757
`;
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

Comments
 (0)