Skip to content

Commit 10dfc5b

Browse files
committed
try using localhost to test in restricted network environments
1 parent 81642ad commit 10dfc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/datadoghq/workshops/samplevulnerablejavaapp/DomainTestServiceTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
public class DomainTestServiceTests {
88
@Test
99
void testValidDomain() {
10-
String domain = "google.com";
10+
String domain = "localhost";
1111
DomainTestService testService = new DomainTestService();
1212

1313
try {

0 commit comments

Comments
 (0)