Oops, forgot to assign dump_old_app to self, heh.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 4 Apr 2013 16:13:47 +0000 (11:13 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 4 Apr 2013 16:13:47 +0000 (11:13 -0500)
mediagoblin/tests/tools.py

index 526a2a1d89a367ff2bce0b4a7d7b7b2d6efe829e..efe562c75058c24d565453abbf9d694463d41d56 100644 (file)
@@ -180,6 +180,7 @@ class SetupFreshApp(object):
     def __init__(self, paste_config, mgoblin_config, dump_old_app=True):
         self.paste_config = paste_config
         self.mgoblin_config = mgoblin_config
+        self.dump_old_app = dump_old_app
 
     def __call__(self, func):
         @wraps(func)