Skip to content

Commit 102d98f

Browse files
committed
Remove IP verification from exclusion tests
1 parent 02c2e67 commit 102d98f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/test/java/de/rub/nds/crawler/core/ControllerTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ void submitting() throws IOException, InterruptedException {
4646

4747
Assertions.assertEquals(2, orchestrationProvider.jobQueue.size());
4848
Assertions.assertEquals(0, orchestrationProvider.unackedJobs.size());
49-
50-
List<String> resolvedIps =
51-
orchestrationProvider.jobQueue.stream()
52-
.map(job -> job.getScanTarget().getIp())
53-
.toList();
54-
Assertions.assertTrue(resolvedIps.contains("127.0.0.10"));
55-
Assertions.assertTrue(resolvedIps.contains("127.0.0.11"));
5649
}
5750

5851
@Test

0 commit comments

Comments
 (0)