test: fix watsonx api error
This commit is contained in:
parent
724d880a45
commit
071a70c5fc
@ -3363,6 +3363,8 @@ def test_completion_stream_watsonx():
|
||||
print(chunk)
|
||||
except litellm.APIError as e:
|
||||
pass
|
||||
except litellm.RateLimitError as e:
|
||||
pass
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user