mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-02 06:10:39 +00:00
update remaining URL in wagtailimages tests
This commit is contained in:
parent
f8daf7b4ba
commit
b93a7210fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue