[Snyk] Security upgrade aiohttp from 3.8.6 to 3.10.11 #348
Annotations
3 errors
Run pytest:
tests/components/husqvarna_automower/test_init.py#L220
test_device_info
AssertionError: assert [+ received] == [- snapshot]
DeviceRegistryEntrySnapshot({
...
'primary_config_entry': <ANY>,
- 'serial_number': 123,
+ 'serial_number': '123',
'suggested_area': 'Garden',
...
})
|
Run pytest:
tests/components/husqvarna_automower/test_diagnostics.py#L69
test_device_diagnostics
AssertionError: assert [+ received] == [- snapshot]
......
...
'name': 'Test Mower 1',
- 'serial_number': 123,
+ 'serial_number': '123',
}),
...
})
|
Run pytest
Process completed with exit code 1.
|
Loading