From 4cf8b2e1f807b68a5c7a3806f5dd5b0ddb83af63 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 5 Jan 2022 23:55:37 +0100 Subject: [PATCH] fix(core): update --- test/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.ts b/test/test.ts index 51ce055..bcad4c5 100644 --- a/test/test.ts +++ b/test/test.ts @@ -40,7 +40,7 @@ tap.test('should create a valid PDFResult', async () => { fs.writeFileSync(`.nogit/${fileName}`, pdfResult.buffer); }; await writePDfToDisk('https://maintainedby.lossless.com/', '1.pdf') - await writePDfToDisk('https://lossless.com/', '2.pdf') + await writePDfToDisk('https://rendertron.lossless.one/render/https://lossless.com', '2.pdf') }); tap.test('should combine pdfs', async () => {