We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b1979 commit 300254eCopy full SHA for 300254e
1 file changed
pdf_on_submit/tests/test_pdf_on_submit.py
@@ -170,10 +170,3 @@ def test_boot_info_show_pdf_button_reflects_setting(self):
170
bootinfo = self._call()
171
self.assertEqual(bootinfo.pdf_on_submit.show_pdf_button, 0)
172
self.assertEqual(bootinfo.pdf_on_submit.enabled_doctypes, [])
173
-
174
- def test_boot_info_excludes_empty_document_type(self):
175
- self.settings.append("enabled_for", {"document_type": ""})
176
- self.settings.flags.ignore_mandatory = True
177
- self.settings.save()
178
- bootinfo = self._call()
179
- self.assertNotIn("", bootinfo.pdf_on_submit.enabled_doctypes)
0 commit comments