Tweaked the I-D submission confirmation email some more, to be able to update the test suite to find the confirmation URL in the message.

- Legacy-Id: 4645
This commit is contained in:
Henrik Levkowetz 2012-07-27 22:48:56 +00:00
parent 75365a9181
commit a554288faf
2 changed files with 2 additions and 2 deletions

View file

@ -194,7 +194,7 @@ class SubmitTestCase(django.test.TestCase):
# dig out confirmation link
msg = confirmation.get_payload(decode=True)
line_start = "I-D Submission Tool URL:"
line_start = "Confirmation URL:"
self.assertTrue(line_start in msg)
confirm_url = None
for line in msg.split("\n"):

View file

@ -7,7 +7,7 @@ confirmation step in order to be able to complete the posting of
the draft.
Please follow this link to the page where you can confirm the posting:
{{ confirm_url|safe }}
Confirmation URL: {{ confirm_url|safe }}
Best regards,