aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest
diff options
context:
space:
mode:
Diffstat (limited to '_pytest')
-rw-r--r--_pytest/test_unfurl.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/_pytest/test_unfurl.py b/_pytest/test_unfurl.py
index ed4680e..8c7f96e 100644
--- a/_pytest/test_unfurl.py
+++ b/_pytest/test_unfurl.py
@@ -37,5 +37,3 @@ def test_unfurl_refs(myservers, mychannels, myusers):
assert slack.unfurl_refs(k["input"], ignore_alt_text=k["ignore_alt_text"]) == k["output"]
else:
assert slack.unfurl_refs(k["input"]) == k["output"]
-
-