aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_unfurl.py
diff options
context:
space:
mode:
Diffstat (limited to '_pytest/test_unfurl.py')
-rw-r--r--_pytest/test_unfurl.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/_pytest/test_unfurl.py b/_pytest/test_unfurl.py
index 40674b4..6b8e84c 100644
--- a/_pytest/test_unfurl.py
+++ b/_pytest/test_unfurl.py
@@ -62,6 +62,10 @@ slack = wee_slack
'input': "<@U407ABLLW> I think 3 > 2",
'output': "@alice I think 3 > 2",
},
+ {
+ 'input': "<!subteam^U407ABLLW|@dev> This is announcement for the dev team",
+ 'output': "@dev This is announcement for the dev team"
+ }
))
def test_unfurl_refs(case, realish_eventrouter):
slack.EVENTROUTER = realish_eventrouter