This commit is contained in:
Andy 2026-04-24 17:27:23 -05:00 committed by GitHub
commit b73ebaf5df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -626,7 +626,7 @@ def test_auth_list_does_not_call_mutating_select(monkeypatch, capsys):
assert "primary" in out
def test_auth_list_shows_exhausted_cooldown(monkeypatch, capsys):
def test_auth_list_shows_rate_limited_cooldown(monkeypatch, capsys):
from hermes_cli.auth_commands import auth_list_command
class _Entry: