Update test for new unique id #82
test.yml
on: push
Annotations
2 errors
Run Tests:
tests/test_config_flow.py#L444
test_duplicate_config_entry
AssertionError: assert {} == {'base': 'already_configured'}
Right contains 1 more item:
{'base': 'already_configured'}
Full diff:
+ {}
- {
- 'base': 'already_configured',
- }
|
Run Tests
Process completed with exit code 1.
|