Skip to content

Commit 960d8fb

Browse files
committed
test(integrations): expect native fallback invocation
Assisted-by: GitHub Copilot (model: GPT-5.6 Sol, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 02f9e138-da58-4a60-93b9-eae659d2aa19
1 parent 3b228c1 commit 960d8fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integrations/test_integration_subcommand.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2307,7 +2307,7 @@ def test_failed_switch_keeps_fallback_metadata_consistent(self, tmp_path):
23072307
assert opts["ai"] == "codex"
23082308

23092309
template = project / ".specify" / "templates" / "plan-template.md"
2310-
assert "/speckit-plan" in template.read_text(encoding="utf-8")
2310+
assert "$speckit-plan" in template.read_text(encoding="utf-8")
23112311

23122312

23132313
class TestIntegrationUpgrade:

0 commit comments

Comments
 (0)