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.
2 parents e7f1c37 + 3e9e54f commit 3097d24Copy full SHA for 3097d24
tests/smoke.test.js
@@ -18,7 +18,7 @@ describe('Restana Web Framework - Smoke', () => {
18
.get('/')
19
.expect(200)
20
.then((res) => {
21
- expect(res.text).to.equal('Hello World!')
+ expect(res.text).to.equal('<h1>Hello from restana-static!</h1>')
22
expect(res.headers['cache-control']).to.equal('public, no-cache, max-age=604800')
23
})
24
0 commit comments