We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2923733 commit 2b64f71Copy full SHA for 2b64f71
tests/base.py
@@ -82,7 +82,7 @@ async def __aenter__(self):
82
# Some charms used for testing are not yet available for 24.04
83
await self._model.set_config({
84
"default-base": "ubuntu@22.04",
85
- "default-series": "jammy",
+ # "default-series": "jammy", # not allowed to set both
86
})
87
88
# Change the JujuData instance so that it will return the new
0 commit comments