test(github_copilot): drop stray whitespace change

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
mateo 2026-09-03 17:00:56 +00:00
parent 9bc2342572
commit 220a77a491

View file

@ -318,5 +318,5 @@ class TestGitHubCopilotAuthenticator:
patch("litellm.llms.github_copilot.authenticator._get_httpx_client", return_value=mock_client), \
patch.object(authenticator, "get_access_token", return_value="access-tok"):
authenticator._refresh_api_key()
assert mock_client.get.call_args[0][0] == custom_url