diff --git a/tests/test_requests.py b/tests/test_requests.py index fb32978b..5a59b455 100755 --- a/tests/test_requests.py +++ b/tests/test_requests.py @@ -767,7 +767,7 @@ class TestRequests: items = jar.items() assert len(items) == 2 - def test_cookie_duplicte_names_raises_cookie_conflict_error(self): + def test_cookie_duplicate_names_raises_cookie_conflict_error(self): key = 'some_cookie' value = 'some_value' path = 'some_path'