8000
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 05ef898 commit 1c37152Copy full SHA for 1c37152
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
- + BUCKET + "/vision/landmark.jpg";
+ + "cloud-samples-tests" + "/vision/landmark.jpg";
129
String[] args = {"landmarks", uri};
130
Detect.argsHelper(args, out);
131
0 commit comments