mirror of
https://github.com/github/spec-kit.git
synced 2026-03-24 06:13:08 +00:00
fix: improve test match specificity and rollback error message per code review
Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/spec-kit/sessions/40d5aec5-d8e9-4e3f-ae60-6cf67ff491f3
This commit is contained in:
committed by
GitHub
parent
00117c5074
commit
ab8c58ff23
@@ -344,7 +344,7 @@ class TestDefaultBootstrap:
|
||||
data["command_registration"]["commands_dir"] = ""
|
||||
m = AgentManifest.from_dict(data)
|
||||
b = DefaultBootstrap(m)
|
||||
with pytest.raises(AgentPackError, match="empty commands_dir"):
|
||||
with pytest.raises(AgentPackError, match=f"Agent '{m.id}' has an empty commands_dir"):
|
||||
b.agent_dir(tmp_path)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user