test(postfix): env for testing on oldest deps (#6230)

Fixes #6124.
This commit is contained in:
sydneyli
2018-07-17 20:00:12 -07:00
committed by Brad Warren
parent 783b6e4746
commit 94cadd33eb
3 changed files with 8 additions and 2 deletions
@@ -253,7 +253,7 @@ class InstallerTest(certbot_test_util.ConfigTestCase):
fake_set.reset_mock()
installer.deploy_cert("example.com", "cert_path", "key_path",
"chain_path", "fullchain_path")
fake_set.assert_not_called()
self.assertFalse(fake_set.called)
@certbot_test_util.patch_get_utility()
def test_deploy_already_secure(self, mock_util):