chore: ran linting

This commit is contained in:
Anish Sarkar 2026-02-26 03:05:20 +05:30
parent 7332be956e
commit 9ccee054a5
24 changed files with 368 additions and 151 deletions

View file

@ -18,7 +18,6 @@ from tests.utils.helpers import (
get_search_space_id,
)
# ---------------------------------------------------------------------------
# Backend connectivity fixtures
# ---------------------------------------------------------------------------

View file

@ -28,7 +28,7 @@ from tests.utils.helpers import (
upload_multiple_files,
)
pytestmark = pytest.mark.document
pytestmark = pytest.mark.e2e
# ---------------------------------------------------------------------------
# Helpers local to this module

View file

@ -31,7 +31,7 @@ from tests.utils.helpers import (
upload_file,
)
pytestmark = pytest.mark.page_limit
pytestmark = pytest.mark.e2e
# ---------------------------------------------------------------------------

View file

@ -21,7 +21,7 @@ import io
import httpx
import pytest
pytestmark = pytest.mark.upload_limit
pytestmark = pytest.mark.e2e
# ---------------------------------------------------------------------------