Skip to content

Commit 9d1ff92

Browse files
committed
missed updating a test
- Legacy-Id: 10096
1 parent e3b6077 commit 9d1ff92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/tests_draft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ def test_expire_last_call(self):
708708
self.assertEqual(len(outbox), mailbox_before + 1)
709709
self.assertTrue("Last Call Expired" in outbox[-1]["Subject"])
710710
self.assertTrue('iesg-secretary@' in outbox[-1]['Cc'])
711-
self.assertTrue('iesg@' in outbox[-1]['To'])
711+
self.assertTrue('aread@' in outbox[-1]['To'])
712712
self.assertTrue('draft-ietf-mars-test@' in outbox[-1]['To'])
713713

714714
class IndividualInfoFormsTests(TestCase):

0 commit comments

Comments
 (0)