Shortened generated document titles a tad, to avoid line wrapping in the IESG agenda package (which breaks the relevant test).

- Legacy-Id: 16518
This commit is contained in:
Henrik Levkowetz 2019-07-18 10:17:17 +00:00
parent e3f083e6d3
commit 8ec951c44a

View file

@ -26,7 +26,7 @@ class BaseDocumentFactory(factory.DjangoModelFactory):
class Meta:
model = Document
title = factory.Faker('sentence',nb_words=6)
title = factory.Faker('sentence',nb_words=5)
rev = '00'
std_level_id = None
intended_std_level_id = None