Skip to content

Commit f52e48f

Browse files
authored
change locaction of amtso pup file
1 parent 52a64d6 commit f52e48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ public void forSha256_IfCancellationIsRequested_ThrowsCancellationException() {
312312
@CsvSource({
313313
"https://github.com/GDATASoftwareAG/vaas/blob/main/Readme.md, CLEAN",
314314
"https://secure.eicar.org/eicar.com.txt, MALICIOUS",
315-
"http://amtso.eicar.org/PotentiallyUnwanted.exe, PUP"
315+
"https://github.com/Provention2/CyberEssentials-TestFiles/raw/refs/heads/main/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)