Skip to content

Commit d695c4c

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

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
@@ -34,5 +34,5 @@ def test_send_whatsapp_image_with_messages_api(messages, dummy_data):
3434
assert request_user_agent() == dummy_data.user_agent
3535
assert b'"from": "440123456789"' in request_body()
3636
assert b'"to": "447123456789"' in request_body()
37-
assert b'"image": {"url": "https://example.com/image", "caption": "fake test image"}' in request_body()
37+
assert b'"image": {"url": "https://example.com/image.jpg", "caption": "fake test image"}' in request_body()
3838

0 commit comments

Comments
 (0)