1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00
Files
core/tests/components/mastodon/snapshots/test_services.ambr
T

65 lines
3.9 KiB
Plaintext

# serializer version: 1
# name: test_get_account_success
dict({
'account': Account({
'id': 14715,
'username': 'trwnh',
'acct': 'trwnh',
'display_name': 'infinite love ⴳ',
'discoverable': True,
'group': False,
'locked': False,
'created_at': datetime.datetime(2016, 11, 24, 0, 0, tzinfo=tzlocal()),
'following_count': 328,
'followers_count': 3169,
'statuses_count': 69523,
'note': '<p>i have approximate knowledge of many things. perpetual student. (nb/ace/they)</p><p>xmpp/email: a@trwnh.com<br /><a href="https://trwnh.com" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">trwnh.com</span><span class="invisible"></span></a><br />help me live:<br />- <a href="https://donate.stripe.com/4gwcPCaMpcQ19RC4gg" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">donate.stripe.com/4gwcPCaMpcQ1</span><span class="invisible">9RC4gg</span></a><br />- <a href="https://liberapay.com/trwnh" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">liberapay.com/trwnh</span><span class="invisible"></span></a></p><p>notes:<br />- my triggers are moths and glitter<br />- i have all notifs except mentions turned off, so please interact if you wanna be friends! i literally will not notice otherwise<br />- dm me if i did something wrong, so i can improve<br />- purest person on fedi, do not lewd in my presence</p>',
'url': 'https://mastodon.social/@trwnh',
'uri': 'https://mastodon.social/users/trwnh',
'avatar': 'https://files.mastodon.social/accounts/avatars/000/014/715/original/051c958388818705.png',
'header': 'https://files.mastodon.social/accounts/headers/000/014/715/original/5c6fc24edb3bb873.jpg',
'avatar_static': 'https://files.mastodon.social/accounts/avatars/000/014/715/original/051c958388818705.png',
'header_static': 'https://files.mastodon.social/accounts/headers/000/014/715/original/5c6fc24edb3bb873.jpg',
'moved': None,
'suspended': None,
'limited': None,
'bot': True,
'fields': NonPaginatableList([
AccountField({
'name': 'Website',
'value': '<a href="https://trwnh.com" target="_blank" rel="nofollow noopener me" translate="no"><span class="invisible">https://</span><span class="">trwnh.com</span><span class="invisible"></span></a>',
'verified_at': '2019-08-29T04:14:55.571+00:00',
}),
AccountField({
'name': 'Portfolio',
'value': '<a href="https://abdullahtarawneh.com" target="_blank" rel="nofollow noopener me" translate="no"><span class="invisible">https://</span><span class="">abdullahtarawneh.com</span><span class="invisible"></span></a>',
'verified_at': '2021-02-11T20:34:13.574+00:00',
}),
AccountField({
'name': 'Fan of:',
'value': 'Punk-rock and post-hardcore (Circa Survive, letlive., La Dispute, THE FEVER 333)Manga (Yu-Gi-Oh!, One Piece, JoJo&#39;s Bizarre Adventure, Death Note, Shaman King)Platformers and RPGs (Banjo-Kazooie, Boktai, Final Fantasy Crystal Chronicles)',
'verified_at': None,
}),
AccountField({
'name': 'What to expect:',
'value': 'talking about various things i find interesting, and otherwise being a genuine and decent wholesome poster. i&#39;m just here to hang out and talk to cool people! and to spill my thoughts.',
'verified_at': None,
}),
]),
'emojis': NonPaginatableList([
]),
'last_status_at': datetime.datetime(2025, 3, 4, 0, 0),
'noindex': False,
'roles': NonPaginatableList([
]),
'role': None,
'source': None,
'mute_expires_at': None,
'indexable': False,
'hide_collections': True,
'memorial': None,
'moved_to_account': None,
}),
})
# ---