Skip to content

Commit

Permalink
fix(test_scylla_repository): Do not refer to patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
pehala authored and fruch committed Jan 27, 2025
1 parent b3d189e commit 19f1077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_scylla_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ def test_setup_release_oss_no_unified_package(self, version, expected_cdir):
("release:2021.1", '2021.1'),
("release:2021.1.10", '2021.1.10'),
("release:2024.2~rc0", '2024.2.0~rc0'),
("release:2024.2", '2024.2.0'),
("release:2024.2:debug", '2024.2.0'),
("release:2024.2", '2024.2'),
("release:2024.2:debug", '2024.2'),
])
def test_setup_release_enterprise(self, version, expected_cdir):
cdir, packages = scylla_setup(version=version, verbose=True, skip_downloads=True)
Expand Down

0 comments on commit 19f1077

Please sign in to comment.