2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-31 14:25:57 +00:00

pr/272: Finish on PR

This commit is contained in:
GochoMugo
2017-01-30 13:24:15 +03:00
parent 3263c6c253
commit 9f031a72e5
3 changed files with 10 additions and 10 deletions

View File

@@ -133,7 +133,7 @@ describe('TelegramBot', function telegramSuite() {
});
describe('WebHook', function webHookSuite() {
it('returns OK for healthz endpoint', function test(done) {
it('returns 200 OK for health endpoint', function test(done) {
utils.sendWebHookRequest(webHookPort2, '/healthz', { json: false }).then(resp => {
assert.equal(resp, 'OK');
return done();