chore: migrate tests to new client (#1290)

This commit is contained in:
Sarah Wooders
2025-03-14 15:17:28 -07:00
committed by GitHub
parent 40c70b46cf
commit 56679d2cea
3 changed files with 395 additions and 293 deletions

View File

@@ -57,7 +57,8 @@ jobs:
run: |
pipx install poetry==1.8.2
poetry install -E dev -E postgres
poetry run pytest -s tests/test_client_legacy.py
poetry run pytest -s tests/test_client.py
# poetry run pytest -s tests/test_client_legacy.py
- name: Print docker logs if tests fail
if: failure()