mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
uncomment tests
This commit is contained in:
parent
00da23cbf2
commit
0e95baf8a4
1 changed files with 3 additions and 3 deletions
|
|
@ -119,9 +119,9 @@ class ApacheHttp01Test(util.ApacheTest):
|
|||
self.assertTrue(os.path.exists(challenge_dir))
|
||||
|
||||
def _test_challenge_conf(self):
|
||||
#self.assertEqual(
|
||||
# len(self.config.parser.find_dir(
|
||||
# "Include", self.http.challenge_conf)), 1)
|
||||
self.assertEqual(
|
||||
len(self.config.parser.find_dir(
|
||||
"Include", self.http.challenge_conf)), 1)
|
||||
|
||||
with open(self.http.challenge_conf) as f:
|
||||
conf_contents = f.read()
|
||||
|
|
|
|||
Loading…
Reference in a new issue