We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fee031 commit 7f5863dCopy full SHA for 7f5863d
1 file changed
ietf/submit/tests.py
@@ -546,6 +546,7 @@ def test_edit_submission_and_force_post(self):
546
547
# edit
548
mailbox_before = len(outbox)
549
+ # FIXME If this test is started before midnight, and ends after, it will fail
550
document_date = datetime.date.today() - datetime.timedelta(days=-3)
551
r = self.client.post(edit_url, {
552
"edit-title": "some title",
0 commit comments