From 96d395b0d34fb7fe31b59e05e24d3b1149f57ddc Mon Sep 17 00:00:00 2001 From: anuunchin <88698977+anuunchin@users.noreply.github.com> Date: Thu, 31 Jul 2025 13:32:46 +0200 Subject: [PATCH] Unnecessary branch specification removed --- tests/test_dlt_ai.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_dlt_ai.py b/tests/test_dlt_ai.py index 0d6d727ab..73292d2ae 100644 --- a/tests/test_dlt_ai.py +++ b/tests/test_dlt_ai.py @@ -36,13 +36,11 @@ def test_ai_setup_command( ai_command.ai_setup_command( ide=ide, repo=DEFAULT_VERIFIED_SOURCES_REPO, - branch="feat/continue-rules", ) else: ai_command.ai_setup_command( ide=ide, location=DEFAULT_VERIFIED_SOURCES_REPO, - branch="feat/continue-rules", ) base_path = Path(TEST_STORAGE_ROOT).resolve()