Skip to content

Commit 2b64f71

Browse files
committed
ci: force 22.04 base for integration tests
1 parent 2923733 commit 2b64f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async def __aenter__(self):
8282
# Some charms used for testing are not yet available for 24.04
8383
await self._model.set_config({
8484
"default-base": "ubuntu@22.04",
85-
"default-series": "jammy",
85+
# "default-series": "jammy", # not allowed to set both
8686
})
8787

8888
# Change the JujuData instance so that it will return the new

0 commit comments

Comments
 (0)