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.
1 parent 1c37152 commit d62d74eCopy full SHA for d62d74e
vision/cloud-client/src/test/java/com/example/vision/DetectIT.java
@@ -125,7 +125,7 @@ public void testLandmarksGcs() throws Exception {
125
public void testLandmarksUrl() throws Exception {
126
// Act
127
String uri = "https://storage-download.googleapis.com/"
128
- + "cloud-samples-tests" + "/vision/landmark.jpg";
+ + BUCKET + "/vision/landmark.jpg";
129
String[] args = {"landmarks", uri};
130
Detect.argsHelper(args, out);
131
0 commit comments