mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
fix configurator test
This commit is contained in:
parent
7fa4a7a5b9
commit
5210588a29
1 changed files with 2 additions and 2 deletions
|
|
@ -290,8 +290,8 @@ class NginxConfiguratorTest(util.NginxTest):
|
|||
]],
|
||||
parsed_migration_conf[0])
|
||||
|
||||
@mock.patch("certbot_nginx.configurator.nginx_challenges.NginxTlsSni01.perform")
|
||||
@mock.patch("certbot_nginx.configurator.nginx_challenges.NginxHttp01.perform")
|
||||
@mock.patch("certbot_nginx.configurator.tls_sni_01.NginxTlsSni01.perform")
|
||||
@mock.patch("certbot_nginx.configurator.http_01.NginxHttp01.perform")
|
||||
@mock.patch("certbot_nginx.configurator.NginxConfigurator.restart")
|
||||
@mock.patch("certbot_nginx.configurator.NginxConfigurator.revert_challenge_config")
|
||||
def test_perform_and_cleanup(self, mock_revert, mock_restart, mock_http_perform,
|
||||
|
|
|
|||
Loading…
Reference in a new issue