damccorm commented on code in PR #28116:
URL: https://github.com/apache/beam/pull/28116#discussion_r1319838762
##########
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:
Cool - that makes sense, thanks. Just wanted to make sure we weren't
changing for a failing test.
--
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]