summaryrefslogtreecommitdiff
path: root/python/qpid/tests/messaging/message.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qpid/tests/messaging/message.py')
-rw-r--r--python/qpid/tests/messaging/message.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/qpid/tests/messaging/message.py b/python/qpid/tests/messaging/message.py
index 51d7879d55..2ca1fbf155 100644
--- a/python/qpid/tests/messaging/message.py
+++ b/python/qpid/tests/messaging/message.py
@@ -97,7 +97,6 @@ class MessageEchoTests(Base):
def testProperties(self):
msg = Message()
- msg.to = "to-address"
msg.subject = "subject"
msg.correlation_id = str(self.test_id)
msg.durable = True