Skip to content

Commit e763dbd

Browse files
committed
Use v1.14.1
1 parent 49cd40c commit e763dbd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/e2e_tests/test_data_compatibility.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
import requests
55
from pathlib import Path
66

7-
from e2e_tests.conftest import QdrantContainerConfig, qdrant_container_factory
7+
from e2e_tests.conftest import QdrantContainerConfig
88
from e2e_tests.client_utils import ClientUtils
99
from e2e_tests.utils import extract_archive
1010

1111

1212
class TestStorageCompatibility:
1313
"""Test storage and snapshot compatibility with defined previous Qdrant versions."""
1414

15-
PREV_PATCH_VERSION = "v1.14.0"
15+
PREV_PATCH_VERSION = "v1.14.1"
1616
PREV_MINOR_VERSION = "v1.15.4"
1717

1818
EXPECTED_COLLECTIONS = [

0 commit comments

Comments
 (0)