Skip to content

Commit

Permalink
checkbox with dummy in tests is now required
Browse files Browse the repository at this point in the history
  • Loading branch information
trollfot committed Nov 29, 2023
1 parent e9ad957 commit 3e9485b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deform/tests/test_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def test_call_defaultdir(self):
str(
'<div class="form-check"> '
'<input type="checkbox" name="name" value="true" '
'id="oid" class="form-check-input "/> '
'id="oid" class="form-check-input " required="required"/> '
'</div>'
),
)
Expand Down

0 comments on commit 3e9485b

Please sign in to comment.