Skip to content

Commit 7fbf1b3

Browse files
Replace test image file
1 parent 3a20615 commit 7fbf1b3

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

tests/live/test_live_add_image_to_pdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def uploaded_image(
2626
pdfrest_api_key: str,
2727
pdfrest_live_base_url: str,
2828
) -> PdfRestFile:
29-
resource = get_test_resource_path("logo.png")
29+
resource = get_test_resource_path("ducky.png")
3030
with PdfRestClient(
3131
api_key=pdfrest_api_key,
3232
base_url=pdfrest_live_base_url,

tests/resources/ducky.png

276 KB
Loading

tests/resources/logo.png

-68 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)