mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix typo
This commit is contained in:
parent
4a6524295d
commit
0b5463fef2
1 changed files with 1 additions and 1 deletions
|
@ -1482,7 +1482,7 @@ class RequestTests(unittest.TestCase):
|
|||
def test_method(self):
|
||||
self.assertEqual("POST", self.post.get_method())
|
||||
self.assertEqual("GET", self.get.get_method())
|
||||
self.assertEquil("HEAD", self.head.get_method())
|
||||
self.assertEqual("HEAD", self.head.get_method())
|
||||
self.assertEqual("PUT", self.put.get_method())
|
||||
self.assertEqual("POST", self.force_post.get_method())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue