Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes http test to point to better hosting #663

Merged
merged 6 commits into from
May 15, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Change test to environment variable.
  • Loading branch information
gguuss committed May 15, 2017
commit d62d74ec5756803150761b7cb64eb73a283ce7c8
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