Skip to content

Commit

Permalink
fix(tests): correctly run noble tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Jul 16, 2024
1 parent 253abfa commit 13ca763
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: A charm built and running on noble.
summary: A charm built and running on noble.
description: A charm built and running on noble.
base: ubuntu@24.04
build-base: ubuntu@devel
platforms:
amd64:
arm64:
Expand Down
1 change: 1 addition & 0 deletions tests/test_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ def test_get_instance_name(
bases.ubuntu.BuilddBaseAlias.BIONIC,
bases.ubuntu.BuilddBaseAlias.FOCAL,
bases.ubuntu.BuilddBaseAlias.JAMMY,
bases.ubuntu.BuilddBaseAlias.NOBLE,
],
)
def test_get_base_configuration_ubuntu(
Expand Down

0 comments on commit 13ca763

Please sign in to comment.