Skip to content

Commit

Permalink
fix test_hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmadurga committed Apr 27, 2016
1 parent d9fd6c4 commit 4aa9fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_hook.py
Expand Up @@ -101,6 +101,6 @@ def test_hook_multiple_telegram_and_messenger(self):
for call_args in mock_messenger_send.call_args_list:
args, kwargs = call_args
message = args[0]
recipients.remove(message.recipient)
recipients.remove(message.recipient.recipient_id)
self.assertIn("juan", message.message.attachment.template.text)
self.assertEqual([], recipients)

0 comments on commit 4aa9fa6

Please sign in to comment.