File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -334,9 +334,9 @@ def test_issue_ballot(self):
334334
335335 self .assertTrue (draft .latest_event (type = "sent_ballot_announcement" ))
336336 self .assertEqual (len (outbox ), 2 )
337- self .assertTrue ('Evaluation :' in outbox [- 2 ]['Subject' ])
337+ self .assertTrue ('Ballot issued :' in outbox [- 2 ]['Subject' ])
338338 self .assertTrue ('iesg@' in outbox [- 2 ]['To' ])
339- self .assertTrue ('Evaluation :' in outbox [- 1 ]['Subject' ])
339+ self .assertTrue ('Ballot issued :' in outbox [- 1 ]['Subject' ])
340340 self .assertTrue ('drafts-eval@' in outbox [- 1 ]['To' ])
341341 self .assertTrue ('X-IETF-Draft-string' in outbox [- 1 ])
342342
Original file line number Diff line number Diff line change 11{% load ietf_filters %}{% load mail_filters %}{% autoescape off %}From: IESG Secretary <iesg-secretary@ietf.org>
22Reply-To: IESG Secretary <iesg-secretary@ietf.org>
3- Subject: Evaluation : {{ doc.file_tag }} to {{ doc|std_level_prompt }}
3+ Subject: Ballot issued : {{ doc.file_tag }} to {{ doc|std_level_prompt }}
44
55{% filter wordwrap:78 %}Evaluation for {{ doc.file_tag }} can be found at {{ doc_url }}
66
You can’t perform that action at this time.
0 commit comments