Skip to content

Commit 2e884a7

Browse files
Test Extract Images live with PDF with images
1 parent 266c1f6 commit 2e884a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/live/test_live_extract_images.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_live_extract_images_success(
1212
pdfrest_api_key: str,
1313
pdfrest_live_base_url: str,
1414
) -> None:
15-
resource = get_test_resource_path("report.pdf")
15+
resource = get_test_resource_path("duckhat.pdf")
1616
with PdfRestClient(
1717
api_key=pdfrest_api_key,
1818
base_url=pdfrest_live_base_url,
@@ -29,7 +29,7 @@ def test_live_extract_images_invalid_pages(
2929
pdfrest_api_key: str,
3030
pdfrest_live_base_url: str,
3131
) -> None:
32-
resource = get_test_resource_path("report.pdf")
32+
resource = get_test_resource_path("duckhat.pdf")
3333
with PdfRestClient(
3434
api_key=pdfrest_api_key,
3535
base_url=pdfrest_live_base_url,

tests/resources/duckhat.pdf

86.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)