8000 Change test to environment variable. · saumav/java-docs-samples@d62d74e · GitHub
[go: up one dir, main page]

Skip to content

Commit d62d74e

Browse files
committed
Change test to environment variable.
1 parent 1c37152 commit d62d74e

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-
+ "cloud-samples-tests" + "/vision/landmark.jpg";
128+
+ BUCKET + "/vision/landmark.jpg";
129129
String[] args = {"landmarks", uri};
130130
Detect.argsHelper(args, out);
131131

0 commit comments

Comments
 (0)
0