Fix incorrect property name

The current version lists `response.json` as the appropriate way to get the cookies from a response, when it is in fact `response.cookies` that works.
master
Dane Hillard 2016-10-15 14:31:27 -04:00 committed by GitHub
parent 0bc6bf575a
commit 6747ef3de9
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
"val": "Get a Python dictionary of response header name:value pairs"
},
{
"key": "response.json",
"key": "response.cookies",
"val": "Get a Python dictionary of response cookie name:value pairs"
}
],