Skip to content

Commit

Permalink
fixup! Add 'caption' to file message
Browse files Browse the repository at this point in the history
fix test
  • Loading branch information
threema-eduard committed Aug 21, 2024
1 parent fe61bab commit b2b090c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ async def test_send_file(self, cli, server):
output_1 = await cli(
'send-file', 'ECHOECHO', pytest.msgapi['msgapi']['id'],
pytest.msgapi['msgapi']['secret'], pytest.msgapi['msgapi']['private'],
server.threema_jpg, 'See the picture?')
server.threema_jpg, '-c', 'See the picture?')
assert output_1
assert len(server.latest_blob_ids) == 1
output_2 = await cli(
Expand Down

0 comments on commit b2b090c

Please sign in to comment.