update remaining URL in wagtailimages tests

This commit is contained in:
Matt Westcott 2015-07-20 20:06:55 +01:00
parent f8daf7b4ba
commit b93a7210fa

View file

@ -167,7 +167,7 @@ class TestImageEditView(TestCase, WagtailTestUtils):
})
# Should redirect back to index
self.assertRedirects(response, reverse('wagtailimages_index'))
self.assertRedirects(response, reverse('wagtailimages:index'))
# Check that the image file size changed (assume it changed to the correct value)
image = Image.objects.get(id=self.image.id)