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"])