Skip to content

Commit 3cec78d

Browse files
committed
Keep legacy AI skills test on legacy path
1 parent f40bfe8 commit 3cec78d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_ai_skills.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,8 @@ def test_here_mode_commands_preserved(self, tmp_path, monkeypatch):
775775
def fake_download(project_path, *args, **kwargs):
776776
pass # commands already exist, no need to re-create
777777

778-
with patch("specify_cli.download_and_extract_template", side_effect=fake_download), \
778+
with patch("specify_cli.integrations.get_integration", return_value=None), \
779+
patch("specify_cli.download_and_extract_template", side_effect=fake_download), \
779780
patch("specify_cli.ensure_executable_scripts"), \
780781
patch("specify_cli.ensure_constitution_from_template"), \
781782
patch("specify_cli.install_ai_skills", return_value=True), \

0 commit comments

Comments
 (0)