mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
committed by
Paulus Schoutsen
parent
3e5462ebff
commit
507c658fe9
@@ -809,7 +809,8 @@ class TestConfig(unittest.TestCase):
|
||||
|
||||
valid = [
|
||||
test_file,
|
||||
tmp_dir
|
||||
tmp_dir,
|
||||
os.path.join(tmp_dir, 'notfound321')
|
||||
]
|
||||
for path in valid:
|
||||
assert self.config.is_allowed_path(path)
|
||||
|
||||
Reference in New Issue
Block a user