Skip to content

Commit 47fb1e3

Browse files
committed
chore: fix test
1 parent 1de5ddc commit 47fb1e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/e2e/app-dir/asset-prefix.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ describe('app-dir assetPrefix handling', () => {
3838
)
3939
// NTL - uses 301 instead of 308
4040
expect(res.status).toBe(301)
41-
expect(res.headers.get('location')).toBe('/a')
42-
4341
// expect(res.status).toBe(308)
44-
// expect(res.headers.get('location')).toBe(next.url + '/a')
42+
expect(res.headers.get('location')).toBe(next.url + '/a')
4543
})
4644

4745
it('should render link', async () => {

0 commit comments

Comments
 (0)