We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a64d6 commit f52e48fCopy full SHA for f52e48f
java/src/test/java/de/gdata/test/integration/RealApiIntegrationTests.java
@@ -312,7 +312,7 @@ public void forSha256_IfCancellationIsRequested_ThrowsCancellationException() {
312
@CsvSource({
313
"https://github.com/GDATASoftwareAG/vaas/blob/main/Readme.md, CLEAN",
314
"https://secure.eicar.org/eicar.com.txt, MALICIOUS",
315
- "http://amtso.eicar.org/PotentiallyUnwanted.exe, PUP"
+ "https://github.com/Provention2/CyberEssentials-TestFiles/raw/refs/heads/main/PotentiallyUnwanted.exe, PUP"
316
})
317
public void forFile_ReturnsVerdict(String uri, Verdict verdict) throws Exception {
318
var tmpFile = Path.of(System.getProperty("java.io.tmpdir"), "file.txt");
0 commit comments