Skip to content

Commit

Permalink
fix to broken link in test urls for placekitten
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob committed Nov 25, 2024
1 parent 932536c commit 3f03e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_clip_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
LOGGER.info("Test ClipClient.query()")
from clip_retrieval.clip_client import ClipClient, Modality

test_url = "https://placekitten.com/400/600"
test_url = "https://upload.wikimedia.org/wikipedia/commons/3/3a/Cat03.jpg"
test_caption = "an image of a cat"
test_image_1 = "tests/test_clip_inference/test_images/123_456.jpg"
test_image_2 = "tests/test_clip_inference/test_images/416_264.jpg"
Expand Down

0 comments on commit 3f03e9f

Please sign in to comment.