1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 21:21:46 +01:00
Files
core/tests/components/ntfy/snapshots/test_diagnostics.ambr

25 lines
476 B
Plaintext

# serializer version: 1
# name: test_diagnostics
dict({
'topics': dict({
'ABCDEF': dict({
'data': dict({
'topic': 'mytopic',
}),
'subentry_id': 'ABCDEF',
'subentry_type': 'topic',
'title': 'mytopic',
'unique_id': 'mytopic',
}),
}),
'url': 'https://ntfy.sh/',
})
# ---
# name: test_diagnostics_redacted_url
dict({
'topics': dict({
}),
'url': 'http://**redacted**/',
})
# ---