Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Dec 10, 2024
1 parent 4da7fa0 commit d187a56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/design/plone/policy/tests/test_limit_submit_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def test_limit_submit(self):
)
transaction.commit()
self.assertEqual(response.status_code, 200)
self.assertTrue(response.json()["data"]["waiting_list"])
self.assertTrue(response.json()["waiting_list"])

def test_unique_field(self):
self.document.blocks = {
Expand Down
4 changes: 4 additions & 0 deletions test_plone60.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@ importlib-metadata = 5.2.0
# Added by buildout at 2023-03-01 12:57:48.164146
coverage = 7.0.5
createcoverage = 1.5

# temporary version
collective.taxonomy = 3.1.5
collective.volto.blocksfield = 2.2.0

0 comments on commit d187a56

Please sign in to comment.