fix: correct spelling of "Update" in commit message header

This commit is contained in:
2026-06-14 07:48:10 +00:00
parent ed76d2ecff
commit 3fb1076001
162 changed files with 7011 additions and 1134 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ def _session_content_negotiation(password="secret123"):
allow_redirects=True,
)
return s, name
PUBLIC_PAGES = ["/feed", "/projects", "/gists", "/news", "/leaderboard", "/bugs"]
PUBLIC_PAGES = ["/feed", "/projects", "/gists", "/news", "/leaderboard", "/issues"]
def test_security_authz_denied_recorded(seeded_db):