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 08e0c83 commit fb84f32Copy full SHA for fb84f32
ietf/submit/tests.py
@@ -3669,7 +3669,8 @@ def test_api_submit_no_title(self):
3669
self.assertContains(r, expected, status_code=400)
3670
3671
def test_api_submit_failed_idnits(self):
3672
- r, author, name = self.do_post_submission('00', year="2010")
+ # `year` on the next line must be leap year or this test will fail every Feb 29
3673
+ r, author, name = self.do_post_submission('00', year="2012")
3674
expected = "Document date must be within 3 days of submission date"
3675
3676
0 commit comments