Skip to content

Commit

Permalink
test: fix version 2 install assertion
Browse files Browse the repository at this point in the history
After the release of Tarantool 2.11, latest Tarantool 2 is 2.11,
not 2.10.
  • Loading branch information
DifferentialOrange authored and LeonidVas committed May 29, 2023
1 parent 96a3e18 commit b409428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/pack/test_pack_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def test_image_specific_tarantool_versions(cartridge_cmd, project_without_depend
project = project_without_dependencies

tarantool_versions = [
{"input": "2", "expect": "Tarantool 2.10"},
{"input": "2", "expect": "Tarantool 2"},
{"input": "2.8", "expect": "Tarantool 2.8.4-0-"},
{"input": "2.8.1", "expect": "Tarantool 2.8.1-0-"},
{"input": "2.10.0-beta1", "expect": "Tarantool 2.10.0-beta1"},
Expand Down

0 comments on commit b409428

Please sign in to comment.