mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-18 05:51:13 +00:00
Removed a bit of unused code
This commit is contained in:
parent
61584ae2f8
commit
8f642a5b2f
1 changed files with 0 additions and 6 deletions
|
|
@ -94,12 +94,6 @@ class TestFormSubmission(TestCase):
|
|||
self.assertEqual(len(mail.outbox), 1)
|
||||
self.assertIn("Your choices: None", mail.outbox[0].body)
|
||||
|
||||
# Check that the checkbox value was saved correctly
|
||||
form_page = Page.objects.get(url_path='/home/contact-us/')
|
||||
submission = FormSubmission.objects.filter(
|
||||
page=form_page, form_data__contains='hello world'
|
||||
)
|
||||
|
||||
|
||||
class TestFormBuilder(TestCase):
|
||||
fixtures = ['test.json']
|
||||
|
|
|
|||
Loading…
Reference in a new issue