Skip to content

Commit 3f03e9f

Browse files
author
Jacob
committed
fix to broken link in test urls for placekitten
1 parent 932536c commit 3f03e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_clip_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
LOGGER.info("Test ClipClient.query()")
77
from clip_retrieval.clip_client import ClipClient, Modality
88

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

0 commit comments

Comments
 (0)