Skip to content

Commit

Permalink
[#1942] Fix test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brew committed Nov 16, 2014
1 parent 6d6c677 commit 32ae210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/new_tests/lib/test_auth_tkt.py
Expand Up @@ -216,7 +216,7 @@ def test_secure_expected_cookies_with_config_secure_false(self):

def test_secure_expected_cookies_without_config_secure(self):
'''
The returned cookies are in the format we expect, with secure flag.
The returned cookies are in the format we expect, without secure flag.
'''
plugin = make_plugin(secret='sosecret')
cookies = plugin._get_cookies(environ={'SERVER_NAME': '0.0.0.0'},
Expand Down

0 comments on commit 32ae210

Please sign in to comment.