diff --git a/tests/llm_translation/test_watsonx.py b/tests/llm_translation/test_watsonx.py index bbebe32507..2246a3fd87 100644 --- a/tests/llm_translation/test_watsonx.py +++ b/tests/llm_translation/test_watsonx.py @@ -106,7 +106,7 @@ def test_watsonx_token_in_env_var( else: assert ( mock_post.call_args[1]["headers"]["Authorization"] - == "Bearer mock_access_token" + == "Bearer my-custom-token" )