From 0711eafe19099539cb4486c5d771dbe2de4d1954 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Tue, 2 Jul 2013 15:42:39 +0200 Subject: Fix unit tests after changeset 56d88456 --- hyperkitty/fixtures/rating_testdata.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hyperkitty/fixtures/rating_testdata.json b/hyperkitty/fixtures/rating_testdata.json index d59ce2e..534e494 100644 --- a/hyperkitty/fixtures/rating_testdata.json +++ b/hyperkitty/fixtures/rating_testdata.json @@ -51,6 +51,7 @@ "pk": 1, "model": "hyperkitty.tag", "fields": { + "user": 1, "tag": "aamir", "list_address": "devel@fp.o", "threadid": "MEESBVZAM3QKAZSTSQCEF65PS2434NYG" @@ -59,6 +60,7 @@ "pk": 2, "model": "hyperkitty.tag", "fields": { + "user": 1, "tag": "aamir", "list_address": "devel@fp.o", "threadid": "SOSFEEJJNEI47PDNIPZMYQAPBAGNCUII" @@ -67,6 +69,7 @@ "pk": 3, "model": "hyperkitty.tag", "fields": { + "user": 1, "tag": "packaging", "list_address": "devel@fp.o", "threadid": "MEESBVZAM3QKAZSTSQCEF65PS2434NYG" -- cgit