aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest
diff options
context:
space:
mode:
Diffstat (limited to '_pytest')
-rw-r--r--_pytest/test_unfurl.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/_pytest/test_unfurl.py b/_pytest/test_unfurl.py
index 8c7f96e..9af7cf2 100644
--- a/_pytest/test_unfurl.py
+++ b/_pytest/test_unfurl.py
@@ -15,6 +15,9 @@ unfurl_map = [
{ "input": "foo <#C2147483705|#otherchannel> foo",
"output": "foo #otherchannel foo",
},
+ { "input": "foo <#C2147483705> foo",
+ "output": "foo #testchan foo",
+ },
{ "input": "url: <https://example.com|example> suffix",
"output": "url: https://example.com (example) suffix",
},