Skip to content

Commit fdcf064

Browse files
committed
Merged in [17268] from rjsparks@nostrum.com:
Set a meaningful state in a test fixture. Tests surprisingly were not broken by this though. - Legacy-Id: 17272 Note: SVN reference [17268] has been migrated to Git commit 8a5f960
2 parents 3d432ed + 8a5f960 commit fdcf064

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/meeting/test_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright The IETF Trust 2013-2019, All Rights Reserved
1+
# Copyright The IETF Trust 2013-2020, All Rights Reserved
22
# -*- coding: utf-8 -*-
33

44

@@ -166,7 +166,7 @@ def make_meeting_test_data(meeting=None):
166166

167167

168168
doc = DocumentFactory.create(name='agenda-72-mars', type_id='agenda', title="Agenda",
169-
uploaded_filename="agenda-72-mars.txt", group=mars, rev='00', states=[('draft','active')])
169+
uploaded_filename="agenda-72-mars.txt", group=mars, rev='00', states=[('agenda','active')])
170170
pres = SessionPresentation.objects.create(session=mars_session,document=doc,rev=doc.rev)
171171
mars_session.sessionpresentation_set.add(pres) #
172172

0 commit comments

Comments
 (0)