tests: increase value of high id used in tests for 404 (bis)

This commit is contained in:
Frédéric Péters 2022-08-27 09:06:36 +02:00
parent 12087eb075
commit 93eaa79607
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ def test_add_child_page(app, admin_user):
assert child.parent == page
app.get('/manage/pages/%s/add/' % child.pk, status=200)
app.get('/manage/pages/42/add/', status=404)
app.get('/manage/pages/10000/add/', status=404)
model_root_page = Page.objects.create(slug='modeles', title='Models')
model_a = Page.objects.create(