Skip to content

Commit

Permalink
fix router tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Sep 12, 2024
1 parent 9c79c1c commit fbe92df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
command: |
pwd
ls
python -m pytest -vv -k "router" -x -s -v --junitxml=test-results/junit.xml --durations=5
python -m pytest litellm/tests/ -vv -k "router" -x -s -v --junitxml=test-results/junit.xml --durations=5
no_output_timeout: 120m
# Store test results
- store_test_results:
Expand Down

0 comments on commit fbe92df

Please sign in to comment.