mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 01:21:43 +00:00
fix: clarify auth retry guidance
This commit is contained in:
parent
fbb5fd31a1
commit
5f0f50f56a
2 changed files with 9 additions and 6 deletions
|
|
@ -604,7 +604,8 @@ def test_auth_list_shows_auth_failure_when_exhausted_entry_is_unauthorized(monke
|
|||
|
||||
out = capsys.readouterr().out
|
||||
assert "auth failed invalid_token (401)" in out
|
||||
assert "59m 30s left" in out
|
||||
assert "re-auth may be required" in out
|
||||
assert "left" not in out
|
||||
|
||||
|
||||
def test_auth_list_prefers_explicit_reset_time(monkeypatch, capsys):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue