Skip to content

Commit

Permalink
Fix failing app-static deploy test (#46395)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored Feb 25, 2023
1 parent e0e81ea commit 725a4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/app-static/app-static.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ createNextDescribe(

const res2 = await fetchViaHTTP(
next.url,
'/variable-revalidate/encoding'
'/variable-revalidate-edge/encoding'
)
expect(res2.status).toBe(200)
const html2 = await res2.text()
Expand Down

0 comments on commit 725a4de

Please sign in to comment.