Change test to check out adding a file not already in the augeas paths

This commit is contained in:
Joona Hoikkala
2016-01-05 13:21:18 +02:00
parent 63f311eea4
commit 32d5375b9b
@@ -36,7 +36,7 @@ class BasicParserTest(util.ParserTest):
"""
file_path = os.path.join(
self.config_path, "sites-available", "letsencrypt.conf")
self.config_path, "not-parsed-by-default", "letsencrypt.conf")
self.parser._parse_file(file_path) # pylint: disable=protected-access