← 返回首页
test: avoid random fail in test_rfc_index (#10469) · ietf-tools/datatracker@da5614c · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit da5614c

Browse files
test: avoid random fail in test_rfc_index (#10469)
1 parent b812498 commit da5614c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎ietf/sync/tests.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ def test_rfc_index(self):
301301
ad=Person.objects.get(user__username='ad'),
302302
external_url="http://my-external-url.example.com",
303303
note="this is a note",
304+
pages=54, # make sure this is not 42
304305
)
305306
DocumentAuthorFactory.create_batch(2, document=draft_doc)
306307
draft_doc.action_holders.add(draft_doc.ad) # not normally set, but add to be sure it's cleared

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.