Skip to content

Commit 0c1524f

Browse files
authored
Merge pull request #87 from scaleapi/jihan/image_url
Switch test links to github
2 parents caaf0f6 + f06998b commit 0c1524f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/helpers.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515

1616
TEST_IMG_URLS = [
17-
"https://d3jkudlc7u70kh.cloudfront.net/airplane-fact.jpg",
18-
"https://www.activewild.com/wp-content/uploads/2016/01/Arctic-Hare-Facts-For-Kids-fb.jpg",
19-
"https://thumbs-prod.si-cdn.com/Gd4SBf-ePT2OK6HDdW6Q3uOh5c8=/fit-in/1600x0/https://public-media.si-cdn.com/filer/23/a9/23a9a987-df8e-4d22-ac96-93f9091f9b8f/media_baboons_07_-_photo_by_catherine_markham.jpg",
20-
"https://prod-images.tcm.com/Master-Profile-Images/BarbaraStanwyck.jpg",
21-
"https://thumbs-prod.si-cdn.com/nnJARGtKrLypH4y3Vov2zGTG4xw=/fit-in/1600x0/filters:focal(554x699:555x700)/https://public-media.si-cdn.com/filer/a4/04/a404c799-7118-459a-8de4-89e4a44b124f/img_1317.jpg",
17+
"https://github.com/scaleapi/nucleus-python-client/raw/master/tests/testdata/airplane.jpeg",
18+
"https://github.com/scaleapi/nucleus-python-client/raw/master/tests/testdata/arctichare.jpeg",
19+
"https://github.com/scaleapi/nucleus-python-client/raw/master/tests/testdata/baboon.jpeg",
20+
"https://github.com/scaleapi/nucleus-python-client/raw/master/tests/testdata/barbara.jpeg",
21+
"https://github.com/scaleapi/nucleus-python-client/raw/master/tests/testdata/cat.jpeg",
2222
]
2323

2424
TEST_DATASET_ITEMS = [

0 commit comments

Comments
 (0)