We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266c1f6 commit 2e884a7Copy full SHA for 2e884a7
2 files changed
tests/live/test_live_extract_images.py
@@ -12,7 +12,7 @@ def test_live_extract_images_success(
12
pdfrest_api_key: str,
13
pdfrest_live_base_url: str,
14
) -> None:
15
- resource = get_test_resource_path("report.pdf")
+ resource = get_test_resource_path("duckhat.pdf")
16
with PdfRestClient(
17
api_key=pdfrest_api_key,
18
base_url=pdfrest_live_base_url,
@@ -29,7 +29,7 @@ def test_live_extract_images_invalid_pages(
29
30
31
32
33
34
35
tests/resources/duckhat.pdf
86.6 KB
0 commit comments