1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/tests/components/whois/snapshots/test_diagnostics.ambr
Ted van den Brink 9537229c92 Add status to whois (#141051)
* Add status to whois component

* Fix tests

* Added translations for statuses

* Convert status to enum

* Fix tests, add test for status sensor
2025-05-09 18:23:50 +02:00

14 lines
291 B
Plaintext

# serializer version: 1
# name: test_diagnostics
dict({
'creation_date': '2019-01-01T00:00:00',
'dnssec': True,
'expiration_date': '2023-01-01T00:00:00',
'last_updated': '2022-01-01T00:00:00+01:00',
'status': 'ok',
'statuses': list([
'OK',
]),
})
# ---