Skip to content

Commit 1b044c6

Browse files
fixup! Add 'caption' to file message
Add CLI file caption support 2
1 parent 5c77785 commit 1b044c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_cli.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@ async def test_send_file(self, cli, server):
167167
output_1 = await cli(
168168
'send-file', 'ECHOECHO', pytest.msgapi['msgapi']['id'],
169169
pytest.msgapi['msgapi']['secret'], pytest.msgapi['msgapi']['private'],
170-
'See the picture?',
171-
server.threema_jpg)
170+
server.threema_jpg, 'See the picture?')
172171
assert output_1
173172
assert len(server.latest_blob_ids) == 1
174173
output_2 = await cli(

0 commit comments

Comments
 (0)