1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Use lighter PDF file in Pinboard tests

This commit is contained in:
Yassine Guedidi 2024-02-24 03:31:19 +01:00
parent cd6f7b5e92
commit 6c1ba95781
2 changed files with 4 additions and 4 deletions

View file

@ -162,7 +162,7 @@ class PinboardControllerTest extends WallabagCoreTestCase
->get(EntityManagerInterface::class)
->getRepository(Entry::class)
->findByUrlAndUserId(
'https://ilia.ws/files/nginx_torontophpug.pdf',
'https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf',
$this->getLoggedInUserId()
);