Skip to content

Commit 15959f5

Browse files
committed
Remove fixed branch from dlt ai test
1 parent 8b105d3 commit 15959f5

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)