Skip to content

Commit

Permalink
Small nit
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed Nov 4, 2024
1 parent aca20ca commit b367f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/vtadmin/src/api/http.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe('api/http', () => {
const endpoint = `/api/tablets`;
global.server.use(
http.get(`${import.meta.env.VITE_VTADMIN_API_ADDRESS}${endpoint}`, (info) =>
HttpResponse.text('<html><head><title>504 Gateway Time-out</title></head></html>', {
HttpResponse.html('<html><head><title>504 Gateway Time-out</title></head></html>', {
status: 504,
})
)
Expand Down

0 comments on commit b367f05

Please sign in to comment.