We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6ff34 commit 2923733Copy full SHA for 2923733
1 file changed
tests/base.py
@@ -79,6 +79,12 @@ async def __aenter__(self):
79
model_name = f"test-{test_run_nonce}-{test_name}-{model_nonce}"
80
self._model = await self._controller.add_model(model_name)
81
82
+ # Some charms used for testing are not yet available for 24.04
83
+ await self._model.set_config({
84
+ "default-base": "[email protected]",
85
+ "default-series": "jammy",
86
+ })
87
+
88
# Change the JujuData instance so that it will return the new
89
# model as the current model name, so that we'll connect
90
# to it by default.
0 commit comments