mirror of
https://github.com/home-assistant/core.git
synced 2025-05-17 04:19:16 +00:00

* 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
11 lines
239 B
Plaintext
11 lines
239 B
Plaintext
# serializer version: 1
|
|
# name: test_issue_outdated_haos
|
|
IssueRegistryItemSnapshot({
|
|
'created': <ANY>,
|
|
'dismissed_version': None,
|
|
'domain': 'bluetooth',
|
|
'is_persistent': False,
|
|
'issue_id': 'haos_outdated',
|
|
})
|
|
# ---
|