mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
test: remove em dash from unicode test string
This commit is contained in:
parent
bdb0a78ce9
commit
57258e4fee
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class TestProxyExceptionStr:
|
|||
|
||||
def test_proxy_exception_str_unicode(self):
|
||||
"""str() should handle unicode messages correctly."""
|
||||
msg = "Error: \u2018invalid key\u2019 \u2014 please retry \U0001f512"
|
||||
msg = "Error: \u2018invalid key\u2019 please retry \U0001f512"
|
||||
exc = ProxyException(
|
||||
message=msg,
|
||||
type="bad_request_error",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue