From b9c734c187bac984bd4b6e453b695a77e84a3361 Mon Sep 17 00:00:00 2001 From: shreyvishal Date: Tue, 9 Apr 2024 07:18:58 +0530 Subject: [PATCH] Added: Update Status to webhook API --- tests/unit/controllers/bot.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/controllers/bot.test.js b/tests/unit/controllers/bot.test.js index 792befe..b918463 100644 --- a/tests/unit/controllers/bot.test.js +++ b/tests/unit/controllers/bot.test.js @@ -60,7 +60,7 @@ describe('Test cases for Google maps', () => { expect(source_gps).to.have.property('lng'); }) - it.only('It should take a trip plannign input and generate static route image and directions link.', async () => { + it('It should take a trip plannign input and generate static route image and directions link.', async () => { const ask = "Can you plean a trip from Denver to Yellowstone national park?"; // identify source and destination