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:
parent
75365a9181
commit
a554288faf
|
@ -194,7 +194,7 @@ class SubmitTestCase(django.test.TestCase):
|
||||||
|
|
||||||
# dig out confirmation link
|
# dig out confirmation link
|
||||||
msg = confirmation.get_payload(decode=True)
|
msg = confirmation.get_payload(decode=True)
|
||||||
line_start = "I-D Submission Tool URL:"
|
line_start = "Confirmation URL:"
|
||||||
self.assertTrue(line_start in msg)
|
self.assertTrue(line_start in msg)
|
||||||
confirm_url = None
|
confirm_url = None
|
||||||
for line in msg.split("\n"):
|
for line in msg.split("\n"):
|
||||||
|
|
|
@ -7,7 +7,7 @@ confirmation step in order to be able to complete the posting of
|
||||||
the draft.
|
the draft.
|
||||||
|
|
||||||
Please follow this link to the page where you can confirm the posting:
|
Please follow this link to the page where you can confirm the posting:
|
||||||
{{ confirm_url|safe }}
|
Confirmation URL: {{ confirm_url|safe }}
|
||||||
|
|
||||||
|
|
||||||
Best regards,
|
Best regards,
|
||||||
|
|
Loading…
Reference in a new issue