Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Feb 2, 2023
1 parent 40076ab commit 71d3bbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_console.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,8 @@ def test_whoami(mock_get, capsys):
'note': 'A developer.',
'statuses_count': 19,
'url': 'https://mastodon.social/@ihabunek',
'username': 'ihabunek'
'username': 'ihabunek',
'fields': []
})

console.run_command(app, user, 'whoami', [])
Expand Down

0 comments on commit 71d3bbd

Please sign in to comment.