We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FuzzyInteger
1 parent e1e61c2 commit 605599bCopy full SHA for 605599b
djangocms_versioning/test_utils/factories.py
@@ -226,7 +226,7 @@ class PageContentFactory(AbstractContentFactory):
226
soft_root = FuzzyChoice([True, False])
227
limit_visibility_in_menu = constants.VISIBILITY_USERS
228
template = "page.html"
229
- xframe_options = FuzzyInteger(0, 4)
+ xframe_options = FuzzyInteger(0, 3)
230
231
class Meta:
232
model = PageContent
0 commit comments