mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 01:03:11 +00:00
Fixed spelling mistake
This commit is contained in:
parent
d73b82748b
commit
98f3b2ad03
1 changed files with 1 additions and 1 deletions
|
|
@ -551,7 +551,7 @@ class TestServeView(TestCase):
|
|||
self.assertEqual(mock_handler.call_count, 1)
|
||||
self.assertEqual(mock_handler.mock_calls[0][2]['sender'], self.document)
|
||||
|
||||
def test_with_nonexistant_document(self):
|
||||
def test_with_nonexistent_document(self):
|
||||
response = self.client.get(reverse('wagtaildocs_serve', args=(1000, 'blahblahblah', )))
|
||||
self.assertEqual(response.status_code, 404)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue