Skip to content

Commit f5f975f

Browse files
committed
test: fix cypress
1 parent 85aed59 commit f5f975f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/default/appdir.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe('appDir', () => {
6767

6868
it('correctly redirects HTML requests for dynamic pages', () => {
6969
cy.request('/blog/erica/random-post').then((response) => {
70-
expect(response.status).to.be('308')
70+
expect(response.status).to.equal('308')
7171
expect(response.headers).to.have.property('location', '/blog/erica/random-post/')
7272
})
7373
})

0 commit comments

Comments
 (0)