Skip to content

Commit 1c37152

Browse files
committed
Change test to public GCS bucket.
1 parent 05ef898 commit 1c37152

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public void testLandmarksGcs() throws Exception {
125125
public void testLandmarksUrl() throws Exception {
126126
// Act
127127
String uri = "https://storage-download.googleapis.com/"
128-
+ BUCKET + "/vision/landmark.jpg";
128+
+ "cloud-samples-tests" + "/vision/landmark.jpg";
129129
String[] args = {"landmarks", uri};
130130
Detect.argsHelper(args, out);
131131

0 commit comments

Comments
 (0)