Skip to content

Commit

Permalink
Update method name
Browse files Browse the repository at this point in the history
  • Loading branch information
pfhayes committed Sep 14, 2016
1 parent ff0e73d commit fed68c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def __call__(self, message, category, filename, lineno, file=None, line=None):
assert 'httponly' in cookie, cookie
warnings.showwarning = orig_sw

def tes_cookies_disabled():
def test_cookies_disabled():
"""
Test that no cookies are sent when ``use_cookies`` is set to ``False``
"""
Expand Down

0 comments on commit fed68c2

Please sign in to comment.