Skip to content

Commit

Permalink
test: Update version of hello package installed on noble
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalcon authored and blackboxsw committed Apr 17, 2024
1 parent 5d587ec commit edec7dc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def test_snap_packages_are_installed(self, class_client):


HELLO_VERSIONS_BY_RELEASE = {
"noble": "2.10-3build1",
"mantic": "2.10-3",
"lunar": "2.10-3",
"jammy": "2.10-2ubuntu4",
Expand All @@ -104,7 +105,7 @@ def test_snap_packages_are_installed(self, class_client):
@pytest.mark.skipif(not IS_UBUNTU, reason="Uses Apt")
def test_versioned_packages_are_installed(session_cloud: IntegrationCloud):
pkg_version = HELLO_VERSIONS_BY_RELEASE.get(
CURRENT_RELEASE.series, "2.10-3"
CURRENT_RELEASE.series, "2.10-3build1"
)
with session_cloud.launch(
user_data=VERSIONED_USER_DATA.format(pkg_version=pkg_version)
Expand Down

0 comments on commit edec7dc

Please sign in to comment.