Skip to content

Commit 3cee672

Browse files
Remove unused pattern_type parameter from IngestionQuery fixture (#228)
1 parent 9451299 commit 3cee672

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def sample_query() -> IngestionQuery:
4040
max_file_size=1_000_000,
4141
ignore_patterns={"*.pyc", "__pycache__", ".git"},
4242
include_patterns=None,
43-
pattern_type="exclude",
4443
)
4544

4645

0 commit comments

Comments
 (0)