chore: update test assertion to match new error message format

This commit is contained in:
2026-06-12 05:43:33 +00:00
parent 8e0e9fa04c
commit 8668e02260
8 changed files with 30 additions and 45 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
COVERAGE_PROCESS_START: ${{ github.workspace }}/.coveragerc
PLAYWRIGHT_HEADLESS: "1"
run: |
python -m coverage run -m pytest tests/ -n auto --dist loadfile --tb=line
python -m coverage run -m pytest tests/
- name: Build coverage report
if: always()