File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
java/src/test/java/de/gdata/test/integration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -310,9 +310,9 @@ public void forSha256_IfCancellationIsRequested_ThrowsCancellationException() {
310310
311311 @ ParameterizedTest
312312 @ CsvSource ({
313- "https://github. com/GDATASoftwareAG/ vaas/blob/main/Readme.md , CLEAN" ,
314- "https://secure.eicar.org /eicar.com.txt, MALICIOUS" ,
315- "https://raw.githubusercontent .com/Provention2/CyberEssentials-TestFiles/refs/heads/main /PotentiallyUnwanted.exe, PUP"
313+ "https://s3-eu-central-2.ionoscloud. com/test-samples- vaas/clean.txt , CLEAN" ,
314+ "https://s3-eu-central-2.ionoscloud.com/test-samples-vaas /eicar.com.txt, MALICIOUS" ,
315+ "https://s3-eu-central-2.ionoscloud .com/test-samples-vaas /PotentiallyUnwanted.exe, PUP"
316316 })
317317 public void forFile_ReturnsVerdict (String uri , Verdict verdict ) throws Exception {
318318 var tmpFile = Path .of (System .getProperty ("java.io.tmpdir" ), "file.txt" );
You can’t perform that action at this time.
0 commit comments