Skip to content

Commit

Permalink
fix(test_prompt_manager)šŸ›: Ensure correct image content handling in tā€¦
Browse files Browse the repository at this point in the history
ā€¦ests

- Update the test to assert the correct base64 encoded image content.
  • Loading branch information
ericmjl committed Dec 6, 2024
1 parent 820cd8f commit 6b977e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_prompt_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,4 @@ def test_user_message_with_image_file(tmp_path):

message = user(image_file)
assert isinstance(message, ImageMessage)
assert message.content == image_file
assert message.content == "ZmFrZSBpbWFnZSBjb250ZW50"

0 comments on commit 6b977e5

Please sign in to comment.