From c53a685e7d2ff3ca73308acadf85bb5a32661894 Mon Sep 17 00:00:00 2001 From: Casey Davidson Date: Sat, 5 Mar 2016 20:30:36 -0800 Subject: [PATCH] Fix typo. --- tests/test_requests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'