RED-8701 - Move files to customer data repositories

- update junit tests
This commit is contained in:
Corina Olariu 2024-04-23 11:49:29 +03:00
parent 6a86036a78
commit bdcb9aeda4

View File

@ -27,7 +27,7 @@ public class ViewerDocumentTest extends BuildDocumentTest {
@SneakyThrows
public void testViewerDocument() {
String fileName = "files/syngenta/CustomerFiles/SinglePages/ScrambledTextAfterSorting.pdf";
String fileName = "files/syngenta/CustomerFiles/S-Metolachlor_RAR_01_Volume_1_2018-09-06.pdf";
String tmpFileName = "/tmp/" + Path.of(fileName).getFileName() + "_VIEWER.pdf";
var documentFile = new ClassPathResource(fileName).getFile();