Fix tests

This commit is contained in:
Ivan Habunek 2020-09-29 10:07:55 +02:00
parent d884379f2e
commit 1ba3240e6a
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ def test_post_with_options(mock_post, mock_uuid, capsys):
'visibility': 'unlisted',
'sensitive': "true",
'spoiler_text': "Spoiler!",
'in_reply_to_id': 123,
'in_reply_to_id': '123a',
'language': 'hrv',
}, headers={"Idempotency-Key": "up-the-irons"})