Merge pull request #7290 from yguedidi/use-lighter-pdf-file-in-pinboard-tests

Use lighter PDF file in Pinboard tests
This commit is contained in:
Yassine Guedidi 2024-02-25 16:33:04 +01:00 committed by GitHub
commit f3a3f4ad5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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()
);

View file

@ -22,14 +22,14 @@
"tags": "varnish PHP"
},
{
"href": "https://ilia.ws/files/nginx_torontophpug.pdf",
"description": "Nginx Tricks for PHP Developers",
"href": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
"description": "Dummy PDF file",
"extended": "",
"meta": "9adbb5c4ca6760e335b920800d88c70a",
"hash": "0189bb08f8bd0122c6544bed4624c546",
"time": "2016-10-05T07:11:27Z",
"shared": "yes",
"toread": "no",
"tags": "nginx PHP best_practice"
"tags": "dummy PDF file"
}
]