bvolpato commented on code in PR #28116:
URL: https://github.com/apache/beam/pull/28116#discussion_r1319829087
##########
runners/core-construction-java/src/test/java/org/apache/beam/runners/core/construction/resources/ClasspathScanningResourcesDetectorTest.java:
##########
@@ -120,7 +120,7 @@ public void
shouldDetectClassPathResourceFromJavaClassPathEnvVariable() throws I
@Test
public void shouldNotDetectClassPathResourceThatIsNotAFile() throws
Exception {
- String url = "http://www.google.com/all-the-secrets.jar";
+ String url = "http://www.example.com/all-the-secrets.jar";
Review Comment:
No failures -- just to make it more generic.
Not hard to think that bots / crawler can try to follow that link.
http://www.example.com/ is an IANA domain serves this purpose:

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]