aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_sql_migrations.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-01-29 16:39:08 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-01-29 16:39:08 -0600
commita5e03db6c2d16581251802bcf1eeae1a7c1f2d9f (patch)
tree8e0cb995ab20fd0f7c2b49dcf43a402efb13f101 /mediagoblin/tests/test_sql_migrations.py
parent47616ece50b34ea15c7449345f3528947822adc5 (diff)
downloadmediagoblin-a5e03db6c2d16581251802bcf1eeae1a7c1f2d9f.tar.lz
mediagoblin-a5e03db6c2d16581251802bcf1eeae1a7c1f2d9f.tar.xz
mediagoblin-a5e03db6c2d16581251802bcf1eeae1a7c1f2d9f.zip
Migration records are dicts, not lists. Fix SET1_MIGATIONS!
Diffstat (limited to 'mediagoblin/tests/test_sql_migrations.py')
-rw-r--r--mediagoblin/tests/test_sql_migrations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/tests/test_sql_migrations.py b/mediagoblin/tests/test_sql_migrations.py
index 1f97b6ce..cae29549 100644
--- a/mediagoblin/tests/test_sql_migrations.py
+++ b/mediagoblin/tests/test_sql_migrations.py
@@ -57,7 +57,7 @@ class Level1(Base1):
SET1_MODELS = [Creature1, Level1]
-SET1_MIGRATIONS = []
+SET1_MIGRATIONS = {}
#######################################################
# Migration set 2: A few migrations and new model