Skip to content

Commit 9b8dbcf

Browse files
JacobCoffeeclaude
andcommitted
fix: rename testget_section_key to test_get_section_key
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7d5ba7b commit 9b8dbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydotorg/tests/test_middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_redirects(self):
2626

2727

2828
class GlobalSurrogateKeyTests(TestCase):
29-
def testget_section_key(self):
29+
def test_get_section_key(self):
3030
"""Test section key extraction from URL paths."""
3131
middleware = GlobalSurrogateKey(lambda _: None)
3232

0 commit comments

Comments
 (0)