mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Fix merge failure
This commit is contained in:
commit
f77ab1b844
1 changed files with 1 additions and 1 deletions
|
|
@ -395,6 +395,6 @@ class NginxConfiguratorTest(util.NginxTest):
|
|||
|
||||
generated_conf = self.config.parser.parsed[example_conf]
|
||||
self.assertTrue(util.contains_at_depth(generated_conf, expected, 2))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main() # pragma: no cover
|
||||
|
|
|
|||
Loading…
Reference in a new issue