uncomment tests

This commit is contained in:
Brad Warren 2018-01-16 18:23:34 -08:00
parent 00da23cbf2
commit 0e95baf8a4

View file

@ -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()