diff options
Diffstat (limited to 'django/contrib/formtools/tests/tests.py')
| -rw-r--r-- | django/contrib/formtools/tests/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/contrib/formtools/tests/tests.py b/django/contrib/formtools/tests/tests.py index e1e6ab860b..fff483ce38 100644 --- a/django/contrib/formtools/tests/tests.py +++ b/django/contrib/formtools/tests/tests.py @@ -139,7 +139,6 @@ class PreviewTests(TestCase): response = self.client.post('/preview/', self.test_data) self.assertEqual(response.content, success_string_encoded) - def test_form_submit_bad_hash(self): """ Test contrib.formtools.preview form submittal does not proceed |
