* Add support for snapshot testing * Use snapshots in Elgato diagnostics test * Use snapshots in Elgato sensor test * Fix flake8 warning * Slightly improve serialized output * Remove snapshot naming in elgato sensor tests * Improve snapshoting of via_device_id in device registry item * Update pylint typehints plugin for snapshot fixture typing * Use snapshots in Elgato configflow test * Use snapshots in Bluetooth repair issue tests
10 lines
239 B
Text
10 lines
239 B
Text
# serializer version: 1
|
|
# name: test_issue_outdated_haos
|
|
IssueRegistryItemSnapshot({
|
|
'created': <ANY>,
|
|
'dismissed_version': None,
|
|
'domain': 'bluetooth',
|
|
'is_persistent': False,
|
|
'issue_id': 'haos_outdated',
|
|
})
|
|
# ---
|