Add unittests for the session adapter
This commit is contained in:
committed by
Michael van Tellingen
parent
e107d73716
commit
03073eb004
@ -7,7 +7,7 @@ from wagtail_personalisation import models
|
||||
|
||||
class SegmentFactory(factory.DjangoModelFactory):
|
||||
name = 'TestSegment'
|
||||
status = 'enabled'
|
||||
status = models.Segment.STATUS_ENABLED
|
||||
|
||||
class Meta:
|
||||
model = models.Segment
|
||||
|
Reference in New Issue
Block a user