aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_get_cookies.py
Commit message (Collapse)AuthorAgeFilesLines
* Use the api_cookie value as the `d` cookie if no keys are specifiedTrygve Aaberge2024-02-181-0/+10
| | | | | | Usually, only the `d` cookie is needed, so this allows you to only specify the value of that cookie without the key if you don't need to set any other cookies.
* URL encode cookies if not encodedTrygve Aaberge2024-02-181-0/+11
The cookies need to be encoded for the Slack API to accept them, so this makes it work if the config is set with cookies that are not encoded.