Skip to content

Commit

Permalink
fix: fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattjoh committed Aug 31, 2022
1 parent c095629 commit cd02e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/index.test.ts
Expand Up @@ -727,7 +727,7 @@ describe('app dir', () => {
describe('middleware', () => {
;['rewrite', 'redirect'].map((method) =>
it(`should strip internal query parameters from requests to middleware for ${method}`, async () => {
const browser = await webdriver(next.url, '/internal/test')
const browser = await webdriver(next.url, '/internal')

try {
// Wait for and click the navigation element, this should trigger
Expand Down

0 comments on commit cd02e9e

Please sign in to comment.