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()