From 22cd8a1e7f8ba13af2316b69feac32d0f0139fd7 Mon Sep 17 00:00:00 2001 From: Abhijeet Kaur Date: Fri, 9 Jun 2017 08:23:29 +0530 Subject: [PATCH] bots: Remove unnecessary comment from test_giphy file. This comment was added to explain the functionality of the method called below it. Some changes in the method have led this comment to be unnecessary. --- bots/giphy/test_giphy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/giphy/test_giphy.py b/bots/giphy/test_giphy.py index 06349b8..b1f8145 100644 --- a/bots/giphy/test_giphy.py +++ b/bots/giphy/test_giphy.py @@ -14,7 +14,7 @@ class TestGiphyBot(BotTestCase): bot_response = '[Click to enlarge]' \ '(https://media4.giphy.com/media/3o6ZtpxSZbQRRnwCKQ/giphy.gif)' \ '[](/static/images/interactive-bot/giphy/powered-by-giphy.png)' - # This message calls the `send_reply` function of BotHandlerApi + with self.mock_config_info({'key': '12345678'}), \ self.mock_http_conversation('test_1'): self.initialize_bot()