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.
2 parents d1488d7 + 2be49b9 commit cdc8bddCopy full SHA for cdc8bdd
.github/workflows/pdf_processing_ci.yml
@@ -332,7 +332,7 @@ jobs:
332
docker run --rm \
333
-v ${{ github.workspace }}/tests:/app/tests \
334
ipfs-datasets-pdf:test \
335
- python -m pytest tests/unit/test_pdf_processing.py::TestPDFProcessor::test_pdf_processor_initialization -v
+ python -m pytest tests/unit/test_pdf_processor_unit.py::TestPDFProcessorInitialization::test_given_no_parameters_when_initializing_pdf_processor_then_creates_with_defaults -v
336
337
- name: Test MCP tools in container
338
run: |
0 commit comments