summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/python')
-rw-r--r--qpid/python/qpid/driver.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/python/qpid/driver.py b/qpid/python/qpid/driver.py
index e124cfaaed..c25b0dd67e 100644
--- a/qpid/python/qpid/driver.py
+++ b/qpid/python/qpid/driver.py
@@ -588,9 +588,8 @@ class Driver:
"create": POLICIES,
"delete": POLICIES,
"assert": POLICIES,
- "type": Values("queue", "topic"),
"node-properties": Map({
- "type": Types(basestring),
+ "type": Values("queue", "topic"),
"durable": Types(bool),
"x-properties": Map({
"type": Types(basestring),