We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d79309 commit ed0df86Copy full SHA for ed0df86
tests/test_functional.py
@@ -38,7 +38,7 @@ def test_nonascii_headers(self):
38
body='the quick brown fox jumps over the lazy dog',
39
properties=dict(content_type='application/json',
40
content_encoding='utf-8',
41
- headers={'key': '¯\_(ツ)_/¯'}))
+ headers={'key': r'¯\_(ツ)_/¯'}))
42
self.channel.basic_publish(message, TEST_QUEUE, TEST_QUEUE)
43
44
def _queue_declare(self):
0 commit comments