Task/java 13772 (#12579)

* JAVA-13772 Updated the link of PDF to a valid one

* JAVA-13772 Updated File url and checksum
This commit is contained in:
Dhawal Kapil
2022-08-09 22:19:56 +05:30
committed by GitHub
parent a00b34660a
commit b50060aea4
2 changed files with 3 additions and 3 deletions
@@ -14,7 +14,7 @@ import org.springframework.web.client.RestTemplate;
public class LargeFileDownloadIntegrationTest {
static String FILE_URL = "https://s3.amazonaws.com/baeldung.com/Do+JSON+with+Jackson+by+Baeldung.pdf";
static String FILE_URL = "https://s3.amazonaws.com/baeldung.com/Do+JSON+with+Jackson.pdf?__s=vatuzcrazsqopnn7finb";
RestTemplate restTemplate;