File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919from ietf .person .utils import get_active_irsg , get_active_ads
2020from ietf .group .factories import RoleFactory
2121from ietf .person .models import Person
22- from ietf .utils .timezone import datetime_today , DEADLINE_TZINFO
22+ from ietf .utils .timezone import date_today , datetime_today , DEADLINE_TZINFO
2323
2424
2525class IssueIRSGBallotTests (TestCase ):
@@ -324,7 +324,7 @@ class BaseManipulationTests():
324324 def test_issue_ballot (self ):
325325 draft = RgDraftFactory ()
326326 url = urlreverse ('ietf.doc.views_ballot.issue_irsg_ballot' ,kwargs = dict (name = draft .name ))
327- due = datetime_today (DEADLINE_TZINFO )+ datetime .timedelta (days = 14 )
327+ due = date_today (DEADLINE_TZINFO )+ datetime .timedelta (days = 14 )
328328 empty_outbox ()
329329
330330 login_testing_unauthorized (self , self .username , url )
You can’t perform that action at this time.
0 commit comments