fix /spend logs call

This commit is contained in:
Ishaan Jaff 2024-08-30 17:02:24 -07:00
parent 2c86a62474
commit 06857d108d
2 changed files with 5 additions and 3 deletions

View file

@ -251,7 +251,7 @@ jobs:
command: |
pwd
ls
python -m pytest -vv tests/ -x --junitxml=test-results/junit.xml --durations=5 --ignore=tests/otel_tests --ignore=tests/pass_through_tests
python -m pytest -s -vv tests/ -x --junitxml=test-results/junit.xml --durations=5 --ignore=tests/otel_tests --ignore=tests/pass_through_tests
no_output_timeout: 120m
# Store test results