We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aed28d commit a7de8a0Copy full SHA for a7de8a0
2 files changed
integrations/vespa/tests/conftest.py
@@ -3,7 +3,6 @@
3
# SPDX-License-Identifier: Apache-2.0
4
5
import os
6
-import time
7
from unittest.mock import Mock
8
9
import pytest
integrations/vespa/tests/test_document_store.py
@@ -288,7 +288,6 @@ class TestVespaDocumentStoreIntegration(
288
CountDocumentsByFilterTest,
289
GetMetadataFieldsInfoTest,
290
):
291
-
292
@pytest.fixture
293
def document_store(self):
294
"""Override the inherited base fixture with a Docker-backed Vespa store."""
0 commit comments