Fixed broken mobile test
This commit is contained in:
Родитель
c4259b20c0
Коммит
5bf877b415
|
@ -831,7 +831,8 @@ class TestFeeds(test_utils.TestCase):
|
|||
|
||||
class TestMobileCollections(TestMobile):
|
||||
|
||||
# for now we want collections disabled.
|
||||
def test_collections(self):
|
||||
r = self.client.get(reverse('collections.list'))
|
||||
eq_(r.status_code, 200)
|
||||
self.assertTemplateUsed(r, 'bandwagon/mobile/collection_listing.html')
|
||||
self.assertTemplateUsed(r, 'bandwagon/collection_listing.html')
|
||||
|
|
Загрузка…
Ссылка в новой задаче