diff --git a/ietf/idrfc/testsREDESIGN.py b/ietf/idrfc/testsREDESIGN.py index 963b05ae9..f5fb7ef7f 100644 --- a/ietf/idrfc/testsREDESIGN.py +++ b/ietf/idrfc/testsREDESIGN.py @@ -773,6 +773,7 @@ class BallotWriteupsTestCase(django.test.TestCase): # test regenerate when it's via RFC Editor draft.group = Group.objects.get(type="individ") draft.stream_id = "irtf" + draft.save() draft.set_state(State.objects.get(type="draft-iesg", slug="iesg-eva")) draft.tags.add("via-rfc")