Skip to content

Commit a7778e8

Browse files
committed
Unrelated: removed unused Form fixture in tests
1 parent 3fc14df commit a7778e8

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

demo/tests/test_integration.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -559,20 +559,6 @@ class TestValidationFromSchemaEndPoint(TestValidationEndPoint):
559559
url = 'form_validation_schema'
560560

561561

562-
class DropDownForm(FormidableForm):
563-
main_dropdown = fields.ChoiceField(
564-
choices=(
565-
('first', 'First'),
566-
('second', 'Second'),
567-
('third', 'Third'),
568-
)
569-
)
570-
first_field = fields.CharField()
571-
second_field = fields.CharField()
572-
third_field = fields.CharField()
573-
another_field = fields.CharField()
574-
575-
576562
class TestConditionalRulesWithDropDowns(FormidableAPITestCase):
577563
def test_can_validate_form_with_dropdown_conditional_fields(self):
578564
url = 'formidable:form_validation'

0 commit comments

Comments
 (0)