Explorar el Código

Stresstests: Fixes the -Z confirms template

Ask Solem hace 11 años
padre
commit
d2b2ee1b90
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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}