diff --git a/ckan/new_tests/lib/test_auth_tkt.py b/ckan/new_tests/lib/test_auth_tkt.py index 7a5c89b0e80..4b446dbf34a 100644 --- a/ckan/new_tests/lib/test_auth_tkt.py +++ b/ckan/new_tests/lib/test_auth_tkt.py @@ -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'},