hass-core/tests/components/bluetooth/snapshots/test_init.ambr
Franck Nijhof 6891eb7ed1
Add support for snapshot testing (#88323)
* 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
2023-02-17 16:35:55 -05:00

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',
})
# ---