mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix: use print to make sure the logger message shown
This commit is contained in:
parent
d7df69daf1
commit
3ed5df7817
2 changed files with 2 additions and 2 deletions
|
@ -176,4 +176,4 @@ class TestGitHubCopilotAuthenticator:
|
|||
assert result == mock_token
|
||||
authenticator._get_device_code.assert_called_once()
|
||||
authenticator._poll_for_access_token.assert_called_once_with("mock-device-code")
|
||||
mock_print.assert_called_once()
|
||||
mock_print.assert_called_once()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue