mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-04 17:08:48 +00:00
Update tests/litellm_utils_tests/test_bedrock_token_counter.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
@@ -150,7 +150,7 @@ class TestBedrockCountTokensEndpoint:
|
||||
api_base=api_base,
|
||||
aws_bedrock_runtime_endpoint=runtime_endpoint,
|
||||
)
|
||||
assert url.startswith(api_base)
|
||||
assert url == f"{api_base}/model/amazon.nova-lite-v1:0/count-tokens"
|
||||
|
||||
def test_env_var_overrides_default(self, monkeypatch):
|
||||
monkeypatch.setenv(
|
||||
|
||||
Reference in New Issue
Block a user