This commit is contained in:
Chris Van 2012-01-19 13:51:32 -08:00
Родитель 3f2e6a846e
Коммит 7f4cc86e20
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -191,7 +191,7 @@ class TestESSearch(amo.tests.ESTestCase):
def test_personas(self):
r = self.client.get(self.url, dict(atype=9))
eq_(r.status_code, 200)
print r
self.assertTemplateUsed(r, 'search/personas.html')
@amo.tests.mobile_test