Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ivkos committed Mar 14, 2024
1 parent 3873a4b commit 5dcac0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/genweb6/patents/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def test_configure_techoffer_success(self):
# check that a non-default field is present in the form's xml fields model
form_field = (
'<field name="advantages" type="plone.app.textfield.RichText" '
+ 'easyform:serverSide="False" easyform:validators="maxLengthNoTags1100" '
+ 'easyform:serverSide="False" easyform:validators="maxLengthNoTags1500" '
+ 'easyform:THidden="False">'
)
self.assertIn(form_field, easyform.fields_model)
Expand Down

0 comments on commit 5dcac0b

Please sign in to comment.