summaryrefslogtreecommitdiff
path: root/tests/test_functional.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_functional.py')
-rw-r--r--tests/test_functional.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_functional.py b/tests/test_functional.py
index cd7c9dc..e93dfa0 100644
--- a/tests/test_functional.py
+++ b/tests/test_functional.py
@@ -38,7 +38,7 @@ class test_Channel(unittest.TestCase):
body='the quick brown fox jumps over the lazy dog',
properties=dict(content_type='application/json',
content_encoding='utf-8',
- headers={'key': '¯\_(ツ)_/¯'}))
+ headers={'key': r'¯\_(ツ)_/¯'}))
self.channel.basic_publish(message, TEST_QUEUE, TEST_QUEUE)
def _queue_declare(self):