Skip to content

Commit 8cb755b

Browse files
committed
Add migration test 14->15
1 parent 85a6735 commit 8cb755b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test/bases/renku_data_services/data_api/test_search_migrations.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,7 @@ def _helper(latest_version: int | None = None) -> list[SchemaMigration]:
8181

8282
@pytest.mark.parametrize(
8383
("start_solr_version", "end_solr_version"),
84-
[
85-
(12, 13),
86-
(13, 14),
87-
],
84+
[(12, 13), (13, 14), (14, 15)],
8885
)
8986
@pytest.mark.xdist_group("search")
9087
@pytest.mark.asyncio

0 commit comments

Comments
 (0)