diff --git a/src/app.js b/src/app.js index 3820bc7..3f062d4 100644 --- a/src/app.js +++ b/src/app.js @@ -19,7 +19,7 @@ module.exports = function() { /* istanbul ignore next */ app.get('/hi', (req, res) => { - res.status(200).send('Hi there!'); + res.status(200).send('Hi there this is just a test on the new feature branch!'); }); return app;