Avoid reordering add-on repositories on Backup load #7997
Annotations
6 errors
Run pytest:
tests/store/test_validate.py#L24
test_default_config[config1]
AssertionError: assert 'core' in []
|
Run pytest:
tests/store/test_validate.py#L24
test_default_config[config2]
AssertionError: assert 'core' in ['https://github.com/esphome/home-assistant-addon']
|
Run pytest:
tests/store/test_validate.py#L53
test_repository_validate[repo_list0-True]
assert 0 == 5
+ where 0 = len([])
|
Run pytest:
tests/store/test_validate.py#L53
test_repository_validate[repo_list1-True]
AssertionError: assert 2 == 5
+ where 2 = len(['core', 'local'])
|
Run pytest:
tests/store/test_validate.py#L53
test_repository_validate[repo_list2-True]
AssertionError: assert 1 == 5
+ where 1 = len(['https://github.com/hassio-addons/repository'])
|
Run pytest
Process completed with exit code 1.
|
Loading