From 57258e4feea04cc72c309fe6b66d96e9ce4586bd Mon Sep 17 00:00:00 2001 From: gavksingh Date: Tue, 3 Mar 2026 16:28:09 -0500 Subject: [PATCH] test: remove em dash from unicode test string --- tests/test_litellm/proxy/test_proxy_exception_str.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_litellm/proxy/test_proxy_exception_str.py b/tests/test_litellm/proxy/test_proxy_exception_str.py index c03314a307b..4b11d63d325 100644 --- a/tests/test_litellm/proxy/test_proxy_exception_str.py +++ b/tests/test_litellm/proxy/test_proxy_exception_str.py @@ -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",