ソースを参照

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}