From e11c62a0efeb053f71f8ab0793c7399ce8b0758d Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 4 Apr 2013 11:13:47 -0500 Subject: [PATCH] Oops, forgot to assign dump_old_app to self, heh. --- mediagoblin/tests/tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mediagoblin/tests/tools.py b/mediagoblin/tests/tools.py index 526a2a1d..efe562c7 100644 --- a/mediagoblin/tests/tools.py +++ b/mediagoblin/tests/tools.py @@ -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) -- 2.25.1