summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/qpid/driver.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/qpid/driver.py b/python/qpid/driver.py
index e124cfaaed..c25b0dd67e 100644
--- a/python/qpid/driver.py
+++ b/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),