1
0
mirror of https://github.com/ihabunek/toot synced 2025-01-11 17:13:58 +01:00

Fix tests

This commit is contained in:
Ivan Habunek 2023-02-02 09:03:12 +01:00
parent 40076ab0c4
commit 71d3bbd91f
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D

View File

@ -457,7 +457,8 @@ def test_whoami(mock_get, capsys):
'note': 'A developer.', 'note': 'A developer.',
'statuses_count': 19, 'statuses_count': 19,
'url': 'https://mastodon.social/@ihabunek', 'url': 'https://mastodon.social/@ihabunek',
'username': 'ihabunek' 'username': 'ihabunek',
'fields': []
}) })
console.run_command(app, user, 'whoami', []) console.run_command(app, user, 'whoami', [])