Skip to content

Commit c51d25b

Browse files
committed
(ci/cd) test
1 parent d3b29b6 commit c51d25b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ workflows:
311311
- /litellm_.*/
312312
- publish_to_pypi:
313313
requires:
314+
- local_testing
314315
- build_and_test
315316
filters:
316317
branches:

litellm/tests/test_completion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_completion_claude():
6969
response = completion(
7070
model="claude-instant-1", messages=messages, request_timeout=10
7171
)
72-
# Add any assertions, here to check response args
72+
# Add any assertions here to check response args
7373
print(response)
7474
print(response.usage)
7575
print(response.usage.completion_tokens)

0 commit comments

Comments
 (0)