Skip to content

Commit 2be49b9

Browse files
Fix incorrect test file reference in docker-tests job
Co-authored-by: endomorphosis <[email protected]>
1 parent 6943b93 commit 2be49b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pdf_processing_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ jobs:
332332
docker run --rm \
333333
-v ${{ github.workspace }}/tests:/app/tests \
334334
ipfs-datasets-pdf:test \
335-
python -m pytest tests/unit/test_pdf_processing.py::TestPDFProcessor::test_pdf_processor_initialization -v
335+
python -m pytest tests/unit/test_pdf_processor_unit.py::TestPDFProcessorInitialization::test_given_no_parameters_when_initializing_pdf_processor_then_creates_with_defaults -v
336336
337337
- name: Test MCP tools in container
338338
run: |

0 commit comments

Comments
 (0)