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",