diff --git a/tests/conftest.py b/tests/conftest.py index 33cf4df3..307b705d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -40,7 +40,6 @@ def sample_query() -> IngestionQuery: max_file_size=1_000_000, ignore_patterns={"*.pyc", "__pycache__", ".git"}, include_patterns=None, - pattern_type="exclude", )