fix: clarify auth retry guidance

This commit is contained in:
Andy 2026-04-23 15:45:15 +08:00
parent fbb5fd31a1
commit 5f0f50f56a
2 changed files with 9 additions and 6 deletions

View file

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