Skip to content

Commit 68b99cb

Browse files
Copilotmnriem
andauthored
fix: assert full resolved config path in rate-limit output test
Agent-Logs-Url: https://github.com/github/spec-kit/sessions/86df9557-54f1-4fe4-a25f-9501cb2356cf Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com>
1 parent 3b0fc62 commit 68b99cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_upgrade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def test_failure_prints_installed_plus_one_line_reason(
279279
assert "Installed: 0.7.4" in output
280280
if expected_reason == _RATE_LIMITED_REASON:
281281
assert "Could not check latest release: rate limited" in output
282-
assert "auth.json" in output
282+
assert str(_default_config_path()) in output
283283
else:
284284
assert f"Could not check latest release: {expected_reason}" in output
285285

0 commit comments

Comments
 (0)