aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_process_message.py
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2015-12-21 18:34:48 +0100
committerTollef Fog Heen <tfheen@err.no>2015-12-21 18:34:48 +0100
commit24b5d143282f9d210b4aea8c9b18f3a65029dea1 (patch)
tree429499ef9b10d0a0cb7a3587d9b4ba34584baba1 /_pytest/test_process_message.py
parentf2c77ca3e5f04f4938339cfeda489553089a8128 (diff)
downloadwee-slack-24b5d143282f9d210b4aea8c9b18f3a65029dea1.tar.gz
Fix up pytest
Diffstat (limited to '_pytest/test_process_message.py')
-rw-r--r--_pytest/test_process_message.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/_pytest/test_process_message.py b/_pytest/test_process_message.py
index 1375d05..0ca56cd 100644
--- a/_pytest/test_process_message.py
+++ b/_pytest/test_process_message.py
@@ -12,6 +12,7 @@ def test_process_message(slack_debug, monkeypatch, myservers, mychannels, myuser
wee_slack.users = myusers
wee_slack.message_cache = {}
wee_slack.servers[0].users = myusers
+ wee_slack.unfurl_ignore_alt_text = False
def mock_buffer_prnt(*args):
called['buffer_prnt'] += 1