From 7c3c7a5c6ffcf9cbf67a4d93bcd267b0f2d1d7c5 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 19 Mar 2007 15:37:49 +0000 Subject: Merged revisions 501025 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9 ........ r501025 | gsim | 2007-01-29 07:26:19 -0500 (Mon, 29 Jan 2007) | 3 lines Pass in application headers directly ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@519974 13f79535-47bb-0310-9956-ffa450edef68 --- python/tests/testlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tests/testlib.py') diff --git a/python/tests/testlib.py b/python/tests/testlib.py index d9391fc529..f345fbbd80 100644 --- a/python/tests/testlib.py +++ b/python/tests/testlib.py @@ -57,7 +57,7 @@ class TestBaseTest(TestBase): def testMessageProperties(self): """Verify properties are passed with message""" - props={"headers":{"x":1, "y":2}} + props={"x":1, "y":2} self.queue_declare(queue="q") q = self.consume("q") self.assertPublishGet(q, routing_key="q", properties=props) -- cgit v1.2.1