Skip to content

Commit 166d317

Browse files
authored
Fix: test_ai_setup_comman references wrong branch (#638)
Unnecessary branch specification removed
1 parent 2a094a7 commit 166d317

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_dlt_ai.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ def test_ai_setup_command(
3636
ai_command.ai_setup_command(
3737
ide=ide,
3838
repo=DEFAULT_VERIFIED_SOURCES_REPO,
39-
branch="feat/continue-rules",
4039
)
4140
else:
4241
ai_command.ai_setup_command(
4342
ide=ide,
4443
location=DEFAULT_VERIFIED_SOURCES_REPO,
45-
branch="feat/continue-rules",
4644
)
4745

4846
base_path = Path(TEST_STORAGE_ROOT).resolve()

0 commit comments

Comments
 (0)