aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/tests')
-rw-r--r--mediagoblin/tests/tools.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mediagoblin/tests/tools.py b/mediagoblin/tests/tools.py
index 77a9a86c..39b9ac50 100644
--- a/mediagoblin/tests/tools.py
+++ b/mediagoblin/tests/tools.py
@@ -125,6 +125,8 @@ def get_app(request, paste_config=None, mgoblin_config=None):
app_config = global_config['mediagoblin']
# Run database setup/migrations
+ # @@: The *only* test that doesn't pass if we remove this is in
+ # test_persona.py... why?
run_dbupdate(app_config, global_config)
# setup app and return