Add started_iesg_process event back in in test data as it's still

useful there
 - Legacy-Id: 4276
This commit is contained in:
Ole Laursen 2012-04-16 13:57:18 +00:00
parent 7788a31be1
commit 8a8ddb0cc6

View file

@ -263,7 +263,14 @@ def make_test_data():
order=1
)
# draft has only one event
# fill in some useful default events
DocEvent.objects.create(
type="started_iesg_process",
by=ad,
doc=draft,
desc="Started IESG process",
)
BallotDocEvent.objects.create(
type="created_ballot",
ballot_type=BallotType.objects.get(doc_type="draft", slug="approve"),