We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029b497 commit b676576Copy full SHA for b676576
cypress/integration/default/dynamic-routes.spec.ts
@@ -17,7 +17,7 @@ describe('Static Routing', () => {
17
it('renders correct page via ODB on a static route', () => {
18
cy.request({ url: '/getStaticProps/with-revalidate/', headers: { 'x-nf-debug-logging': '1' } }).then((res) => {
19
expect(res.status).to.eq(200)
20
- expect(res.headers).to.have.property('x-nf-render-mode', 'odb ttl=1')
+ expect(res.headers).to.have.property('x-nf-render-mode', 'odb ttl=60')
21
expect(res.body).to.contain('Dancing with the Stars')
22
})
23
0 commit comments