@@ -301,6 +301,7 @@ def test_rfc_index(self): | |||
| 301 | 301 | ad=Person.objects.get(user__username='ad'), | |
| 302 | 302 | external_url="http://my-external-url.example.com", | |
| 303 | 303 | note="this is a note", | |
| 304 | + pages=54, # make sure this is not 42 | ||
| 304 | 305 | ) | |
| 305 | 306 | DocumentAuthorFactory.create_batch(2, document=draft_doc) | |
| 306 | 307 | draft_doc.action_holders.add(draft_doc.ad) # not normally set, but add to be sure it's cleared | |
0 commit comments