mirror of
https://github.com/ihabunek/toot.git
synced 2024-11-03 04:17:21 -05:00
Fix tests
This commit is contained in:
parent
d884379f2e
commit
1ba3240e6a
@ -79,7 +79,7 @@ def test_post_with_options(mock_post, mock_uuid, capsys):
|
|||||||
'visibility': 'unlisted',
|
'visibility': 'unlisted',
|
||||||
'sensitive': "true",
|
'sensitive': "true",
|
||||||
'spoiler_text': "Spoiler!",
|
'spoiler_text': "Spoiler!",
|
||||||
'in_reply_to_id': 123,
|
'in_reply_to_id': '123a',
|
||||||
'language': 'hrv',
|
'language': 'hrv',
|
||||||
}, headers={"Idempotency-Key": "up-the-irons"})
|
}, headers={"Idempotency-Key": "up-the-irons"})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user