Skip to content

Commit 099d966

Browse files
committed
use s3 hosted links
1 parent c3da58d commit 099d966

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/src/test/java/de/gdata/test/integration/RealApiIntegrationTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)