Skip to content

Commit 3e9e54f

Browse files
committed
updating test case
1 parent e7f1c37 commit 3e9e54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/smoke.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('Restana Web Framework - Smoke', () => {
1818
.get('/')
1919
.expect(200)
2020
.then((res) => {
21-
expect(res.text).to.equal('Hello World!')
21+
expect(res.text).to.equal('<h1>Hello from restana-static!</h1>')
2222
expect(res.headers['cache-control']).to.equal('public, no-cache, max-age=604800')
2323
})
2424
})

0 commit comments

Comments
 (0)