summaryrefslogtreecommitdiff
path: root/checklists/tests/test_models.py
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2026-05-06 12:47:26 +0200
committerJacob Walls <jacobtylerwalls@gmail.com>2026-05-07 11:41:40 -0400
commit0c05b1b09f67838af63a3e99655a83f9a65e4e82 (patch)
tree47b7f17fdc161006b1b31161302767f5cf90ddb9 /checklists/tests/test_models.py
parent76a59c9e8c7f3e5128d1174696fa402ef58931b4 (diff)
[checklists] Minor corrections to security checklist bullets.
Diffstat (limited to 'checklists/tests/test_models.py')
-rw-r--r--checklists/tests/test_models.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/checklists/tests/test_models.py b/checklists/tests/test_models.py
index 90fd719d..73ad4851 100644
--- a/checklists/tests/test_models.py
+++ b/checklists/tests/test_models.py
@@ -78,8 +78,7 @@ class BaseChecklistTestCaseMixin:
"- Is active: False",
f"- LTS: {release.is_lts}",
f"- Release date: {release.date.isoformat()}",
- f"- `VERSION={version} scripts/test_new_version.sh`",
- f"- `VERSION={version} scripts/confirm_release.sh`",
+ f"- `VERSION={version} scripts/verify_release.sh`",
"- `twine upload --repository django dist/*`",
'- [ ] Mark the release as "active" in\n '
f"https://www.djangoproject.com/admin/releases/release/{version}/change/",