Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ public void testLandmarksGcs() throws Exception {
@Test
public void testLandmarksUrl() throws Exception {
// Act
String[] args = {"landmarks", "https://pbs.twimg.com/media/C4wfMOhVcAAUAgq.jpg"};
String uri = "https://storage-download.googleapis.com/"
+ BUCKET + "/vision/landmark.jpg";
String[] args = {"landmarks", uri};
Detect.argsHelper(args, out);

// Assert
Expand Down