From 8ad240371d415deca9723b31590d082304c0efa6 Mon Sep 17 00:00:00 2001 From: Shayan Patel Date: Thu, 14 Nov 2024 21:51:24 +0000 Subject: [PATCH] Use series for the indico charm as the usage of bases shows incompatibility with focal --- tests/integration/new_relations/test_new_relations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/new_relations/test_new_relations.py b/tests/integration/new_relations/test_new_relations.py index 3ea23f45e1..61bcbfdaa4 100644 --- a/tests/integration/new_relations/test_new_relations.py +++ b/tests/integration/new_relations/test_new_relations.py @@ -710,7 +710,7 @@ async def test_indico_datatabase(ops_test: OpsTest) -> None: channel="latest/edge", application_name="indico", num_units=1, - base="ubuntu@20.04", + series="focal", ) await ops_test.model.deploy( "redis-k8s", channel="stable", application_name="redis-broker", base="ubuntu@20.04"