Source HTTP API ID path patterns (#26623)
This commit is contained in:
@@ -287,7 +287,7 @@ describe("HttpApi UI fallback", () => {
|
||||
})
|
||||
|
||||
test("keeps matched API routes ahead of the UI fallback", async () => {
|
||||
const response = await Server.Default().app.request("/session/nope")
|
||||
const response = await Server.Default().app.request("/session/ses_nope")
|
||||
|
||||
expect(response.status).toBe(404)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user