mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
fix _path_satisfied test
This commit is contained in:
parent
7d41cadc99
commit
b47cc8eb8f
1 changed files with 2 additions and 2 deletions
|
|
@ -506,8 +506,8 @@ class PathSatisfiedTest(unittest.TestCase):
|
|||
self.handler.paths[dom[2]] = [0]
|
||||
self.handler.responses[dom[2]] = [None]
|
||||
|
||||
self.handler.paths[dom[2]] = [0]
|
||||
self.handler.responses[dom[2]] = [False]
|
||||
self.handler.paths[dom[3]] = [0]
|
||||
self.handler.responses[dom[3]] = [False]
|
||||
|
||||
for i in xrange(3):
|
||||
self.assertFalse(self.handler._path_satisfied(dom[i]))
|
||||
|
|
|
|||
Loading…
Reference in a new issue