From 3e9485b2beff4f0342f2a524166584796e4203d4 Mon Sep 17 00:00:00 2001 From: Souheil CHELFOUH Date: Wed, 29 Nov 2023 18:50:07 +0100 Subject: [PATCH] checkbox with dummy in tests is now required --- deform/tests/test_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deform/tests/test_template.py b/deform/tests/test_template.py index 23d35bfc..d7824158 100644 --- a/deform/tests/test_template.py +++ b/deform/tests/test_template.py @@ -166,7 +166,7 @@ def test_call_defaultdir(self): str( '
' ' ' + 'id="oid" class="form-check-input " required="required"/> ' '
' ), )