Skip to content

Instantly share code, notes, and snippets.

@MarkRoddy
Created May 20, 2013 22:21
Show Gist options
  • Save MarkRoddy/5616066 to your computer and use it in GitHub Desktop.
Save MarkRoddy/5616066 to your computer and use it in GitHub Desktop.
mroddy@mroddy-local-vm:~/code/mhc/web$ git diff
diff --git a/web/mhc/tests/__init__.py b/web/mhc/tests/__init__.py
index b8b1956..0e1d260 100644
--- a/web/mhc/tests/__init__.py
+++ b/web/mhc/tests/__init__.py
@@ -278,7 +278,7 @@ class TestController(MortarTestCase):
# setup the context object for our tests
self.c = ContextObj()
- self.c.features = feature_flags.get_feature_flags(None, config['feature_flags'])
+ self.c.features = feature_flags.get_feature_flags(None)
py_obj = PylonsContext()
py_obj.tmpl_context = self.c
pylons.tmpl_context._push_object(self.c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment