Commit b58d9594 by twb

Update app.test.js

parent 8f4f1692
Pipeline #87 failed with stages
in 7 seconds
......@@ -19,7 +19,7 @@ describe('#test koa app', () => {
let res = await request(server)
.get('/path?name=Bob')
.expect('Content-Type', /text\/html/)
.expect(200, '<h1>Hello, Bob!</h1>');
.expect(200, '<h1>Hello, !</h1>');
});
});
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment