Skip to content

Commit 70ae5c3

Browse files
Update tests/test_messages_send_message.py
Co-authored-by: Karl Lingiah <[email protected]>
1 parent 646bf79 commit 70ae5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_messages_send_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_send_whatsapp_image_with_messages_api(messages, dummy_data):
2727
'message_type': 'image',
2828
'to': '447123456789',
2929
'from': '440123456789',
30-
'image': {'url': 'https://example.com/image', 'caption': 'fake test image'}
30+
'image': {'url': 'https://example.com/image.jpg', 'caption': 'fake test image'}
3131
}
3232

3333
assert isinstance(messages.send_message(params), dict)

0 commit comments

Comments
 (0)