Skip to content

Commit

Permalink
ci: merge main to release (#7780)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks committed Aug 1, 2024
2 parents 9704eed + 755d5b6 commit 7c89b4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ietf/doc/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -3013,6 +3013,13 @@ def test_pdfized(self):
with (Path(dir) / f'{draft.name}-{r:02d}.txt').open('w') as f:
f.write('text content')

self.assertTrue(
login_testing_unauthorized(
self,
PersonFactory().user.username,
urlreverse(self.view, kwargs={"name": draft.name}),
)
)
self.should_succeed(dict(name=rfc.name))
self.should_succeed(dict(name=draft.name))
for r in range(0,2):
Expand Down

0 comments on commit 7c89b4f

Please sign in to comment.