Skip to content

Commit a554288

Browse files
committed
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
1 parent 75365a9 commit a554288

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/submit/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def test_submit_existing(self):
194194

195195
# dig out confirmation link
196196
msg = confirmation.get_payload(decode=True)
197-
line_start = "I-D Submission Tool URL:"
197+
line_start = "Confirmation URL:"
198198
self.assertTrue(line_start in msg)
199199
confirm_url = None
200200
for line in msg.split("\n"):

ietf/templates/submit/confirm_autopost.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ confirmation step in order to be able to complete the posting of
77
the draft.
88

99
Please follow this link to the page where you can confirm the posting:
10-
{{ confirm_url|safe }}
10+
Confirmation URL: {{ confirm_url|safe }}
1111

1212

1313
Best regards,

0 commit comments

Comments
 (0)