mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Stupid mistake, forgot to change the test
This commit is contained in:
parent
25674b4d55
commit
d53da41f00
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ class NginxParserTest(util.NginxTest):
|
|||
def test_ssl_options_should_be_parsed_ssl_directives(self):
|
||||
nparser = parser.NginxParser(self.config_path, self.ssl_options)
|
||||
self.assertEqual(nparser.loc["ssl_options"],
|
||||
[['ssl_session_cache', 'shared:SSL:1m'],
|
||||
[['ssl_session_cache', 'shared:le_nginx_SSL:1m'],
|
||||
['ssl_session_timeout', '1440m'],
|
||||
['ssl_protocols', 'TLSv1 TLSv1.1 TLSv1.2'],
|
||||
['ssl_prefer_server_ciphers', 'on'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue