Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Feb 21, 2014
1 parent cdbda79 commit 17aac95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funtests/stress/stress/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class default(object):
class redis(default):
BROKER_URL = os.environ.get('CSTRESS_BROKER', 'redis://')
CELERY_RESULT_BACKEND = os.environ.get(
'CSTRESS_bACKEND', 'redis://?new_join=1',
'CSTRESS_BACKEND', 'redis://?new_join=1',
)
BROKER_TRANSPORT_OPTIONS = {'fanout_prefix': True}

Expand Down

0 comments on commit 17aac95

Please sign in to comment.