diff options
Diffstat (limited to '_pytest/test_unwrap_attachments.py')
-rw-r--r-- | _pytest/test_unwrap_attachments.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_pytest/test_unwrap_attachments.py b/_pytest/test_unwrap_attachments.py index 8e41662..ee5bd8b 100644 --- a/_pytest/test_unwrap_attachments.py +++ b/_pytest/test_unwrap_attachments.py @@ -32,10 +32,10 @@ import pytest 'input_message': {'attachments': [{ 'title': 'Title', 'text': 'Attachment text', - 'title_link': 'http://link', - 'from_url': 'http://link', + 'title_link': 'http://link?a=1&b=2', + 'from_url': 'http://link?a=1&b=2', }]}, - 'input_text_before': "http://link", + 'input_text_before': "http://link?a=1&b=2", 'output': "\n".join([ "", "Title", |