Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Put VXPOLLS_REDIS_CONFIG patching back in multi_surveys tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Dec 19, 2013
1 parent b32f201 commit fe2241c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/apps/multi_surveys/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class TestMultiSurveyViews(GoDjangoTestCase):
def setUp(self):
self.app_helper = self.add_helper(AppViewsHelper(u'multi_survey'))
self.client = self.app_helper.get_client()
redis_config = self.app_helper.mk_config({})['redis_manager']
self.app_helper.patch_settings(VXPOLLS_REDIS_CONFIG=redis_config)

def add_tagpool_to_conv(self):
self.declare_tags(u'longcode', 4)
Expand Down

0 comments on commit fe2241c

Please sign in to comment.