diff --git a/tests/hermes_cli/test_auth_commands.py b/tests/hermes_cli/test_auth_commands.py index eba225a96b5..9289da8db63 100644 --- a/tests/hermes_cli/test_auth_commands.py +++ b/tests/hermes_cli/test_auth_commands.py @@ -1859,7 +1859,7 @@ def test_auth_remove_copilot_suppresses_all_variants(tmp_path, monkeypatch): return_value=("ghp_fake", "gh"), ), patch( "hermes_cli.copilot_auth.get_copilot_api_token", - return_value="ghu_fake_api", + return_value=("ghu_fake_api", None), ): auth_remove_command(SimpleNamespace(provider="copilot", target="1"))