summaryrefslogtreecommitdiff
path: root/python/qpid/tests/messaging.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qpid/tests/messaging.py')
-rw-r--r--python/qpid/tests/messaging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/tests/messaging.py b/python/qpid/tests/messaging.py
index adaa46f73c..cbfbc5a56d 100644
--- a/python/qpid/tests/messaging.py
+++ b/python/qpid/tests/messaging.py
@@ -800,7 +800,7 @@ class MessageTests(Base):
def testCreateUnicode(self):
m = Message(u"unicode")
assert m.content == u"unicode"
- assert m.content_type == "text/plain; charset=utf8"
+ assert m.content_type == "text/plain"
def testCreateMap(self):
m = Message({})