fix: use print to make sure the logger message shown

This commit is contained in:
Son H. Nguyen 2025-03-19 23:29:55 +07:00
parent d7df69daf1
commit 3ed5df7817
2 changed files with 2 additions and 2 deletions

View file

@ -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()