浏览代码

Stresstests: Fixes the -Z confirms template

Ask Solem 11 年之前
父节点
当前提交
d2b2ee1b90
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      funtests/stress/stress/templates.py

+ 1 - 0
funtests/stress/stress/templates.py

@@ -85,4 +85,5 @@ class pickle(default):
 
 @template()
 class confirms(default):
+    BROKER_URL='pyamqp://'
     BROKER_TRANSPORT_OPTIONS = {'confirm_publish': True}