We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5692d4 + d62d74e commit 783a454Copy full SHA for 783a454
vision/cloud-client/src/test/java/com/example/vision/DetectIT.java
@@ -124,7 +124,9 @@ public void testLandmarksGcs() throws Exception {
124
@Test
125
public void testLandmarksUrl() throws Exception {
126
// Act
127
- String[] args = {"landmarks", "https://pbs.twimg.com/media/C4wfMOhVcAAUAgq.jpg"};
+ String uri = "https://storage-download.googleapis.com/"
128
+ + BUCKET + "/vision/landmark.jpg";
129
+ String[] args = {"landmarks", uri};
130
Detect.argsHelper(args, out);
131
132
// Assert
0 commit comments