Skip to content

Commit d628eea

Browse files
committed
fix tests for cms 3
1 parent 421483b commit d628eea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_ajax_plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ def test_form_submission_with_parameters(self):
294294
self.assertIn("result", json_data)
295295

296296

297+
@skipIf(cms_version < "4", "Form rendering tests require django CMS 4 or higher")
297298
class FormEntryCreationTestCase(TestFixture, CMSTestCase):
298299
"""Tests for FormEntry creation during form submission"""
299300

0 commit comments

Comments
 (0)