Skip to content

Commit

Permalink
Merge pull request #663 from GoogleCloudPlatform/vision-http-flaky
Browse files Browse the repository at this point in the history
Changes http test to point to better hosting
  • Loading branch information
gguuss committed May 15, 2017
2 parents f5692d4 + d62d74e commit 783a454
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ public void testLandmarksGcs() throws Exception {
@Test
public void testLandmarksUrl() throws Exception {
// Act
String[] args = {"landmarks", "https://pbs.twimg.com/media/C4wfMOhVcAAUAgq.jpg"};
String uri = "https://storage-download.googleapis.com/"
+ BUCKET + "/vision/landmark.jpg";
String[] args = {"landmarks", uri};
Detect.argsHelper(args, out);

// Assert
Expand Down

0 comments on commit 783a454

Please sign in to comment.