Skip to content

Commit 40e8bac

Browse files
committed
Changes http test to point to better hosting.
1 parent e86825d commit 40e8bac

File tree

1 file changed

+1
-1
lines changed
  • vision/cloud-client/src/test/java/com/example/vision

1 file changed

+1
-1
lines changed

vision/cloud-client/src/test/java/com/example/vision/DetectIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public void testLandmarksGcs() throws Exception {
124124
@Test
125125
public void testLandmarksUrl() throws Exception {
126126
// Act
127-
String[] args = {"landmarks", "https://pbs.twimg.com/media/C4wfMOhVcAAUAgq.jpg"};
127+
String[] args = {"landmarks", "http://wheresgus.com/landmark.jpg"};
128128
Detect.argsHelper(args, out);
129129

130130
// Assert

0 commit comments

Comments
 (0)