Commit 0f418a83 authored by Yusei Tahara's avatar Yusei Tahara

variable name was wrong.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@44968 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6e88a9c0
......@@ -217,7 +217,7 @@ class Browser(ExtendedTestBrowser):
@rtype: str
"""
for cookie in self.cookies:
if name == cookie.name:
if cookie_name == cookie.name:
return cookie.value
return default
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment