pull/540/head
Karl Hobley 2014-07-31 11:32:27 +01:00
rodzic 4cb6fb53be
commit 92e249bba2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -722,7 +722,7 @@ class TestMultipleImageUploader(TestCase, WagtailTestUtils):
self.assertEqual(response_json['image_id'], self.image.id)
self.assertTrue(response_json['success'])
def test_edit_post_noajax2(self):
def test_edit_post_noajax(self):
"""
This tests that a POST request to the delete view without AJAX returns a 400 response
"""