File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020from ietf .doc .views_status_change import default_approval_text
2121from ietf .group .models import Person
2222from ietf .iesg .models import TelechatDate
23- from ietf .utils .test_utils import TestCase , unicontent
23+ from ietf .utils .test_utils import TestCase
2424from ietf .utils .mail import outbox
2525from ietf .utils .test_utils import login_testing_unauthorized
2626
@@ -288,7 +288,7 @@ def test_edit_lc(self):
288288 self .assertContains (r , 'Last call requested' )
289289 self .assertEqual (len (outbox ), messages_before + 1 )
290290 self .assertTrue ('Last Call:' in outbox [- 1 ]['Subject' ])
291- self .assertTrue ('Last Call Request has been submitted' in '' .join (wrap (outbox [- 1 ].as_string ()), 2 ** 16 )))
291+ self .assertTrue ('Last Call Request has been submitted' in '' .join (wrap (outbox [- 1 ].as_string (), width = 2 ** 16 )))
292292
293293
294294 def test_approve (self ):
You can’t perform that action at this time.
0 commit comments