Skip to content

Commit

Permalink
samples: Change test to environment variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
gguuss authored and chingor13 committed Aug 13, 2020
1 parent 82f2281 commit 405bf5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public void testLandmarksGcs() throws Exception {
public void testLandmarksUrl() throws Exception {
// Act
String uri = "https://storage-download.googleapis.com/"
+ "cloud-samples-tests" + "/vision/landmark.jpg";
+ BUCKET + "/vision/landmark.jpg";
String[] args = {"landmarks", uri};
Detect.argsHelper(args, out);

Expand Down

0 comments on commit 405bf5b

Please sign in to comment.