From c4525af17a89fe6ff8db10f3eeeccb101112d181 Mon Sep 17 00:00:00 2001 From: Marcelo Henrique Neppel Date: Wed, 3 Jul 2024 11:53:19 -0300 Subject: [PATCH] Change mailman3-core series to focal Signed-off-by: Marcelo Henrique Neppel --- tests/integration/test_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_db.py b/tests/integration/test_db.py index 8ca8fba3ac..39aed894c6 100644 --- a/tests/integration/test_db.py +++ b/tests/integration/test_db.py @@ -70,7 +70,7 @@ async def test_mailman3_core_db(ops_test: OpsTest, charm: str) -> None: MAILMAN3_CORE_APP_NAME, APPLICATION_UNITS, config, - series=CHARM_SERIES, + series="focal", ) await check_databases_creation(ops_test, ["mailman3"])