Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Dec 16, 2021
1 parent 3721d06 commit 61391d8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -100,7 +100,7 @@ const runTests = (isDev) => {
expect(res.status).toBe(301)

const text = await res.text()
expect(text).toEqual(`${basePath}/401`)
expect(text).toEqual(`${basePath}/404`)

const { pathname } = url.parse(res.headers.get('location'))

Expand Down

0 comments on commit 61391d8

Please sign in to comment.