We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86825d commit 40e8bacCopy full SHA for 40e8bac
vision/cloud-client/src/test/java/com/example/vision/DetectIT.java
@@ -124,7 +124,7 @@ public void testLandmarksGcs() throws Exception {
124
@Test
125
public void testLandmarksUrl() throws Exception {
126
// Act
127
- String[] args = {"landmarks", "https://pbs.twimg.com/media/C4wfMOhVcAAUAgq.jpg"};
+ String[] args = {"landmarks", "http://wheresgus.com/landmark.jpg"};
128
Detect.argsHelper(args, out);
129
130
// Assert
0 commit comments