Skip to content

Commit 6037c77

Browse files
committed
Base to series
1 parent 04d3871 commit 6037c77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/test_db.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from . import markers
1010
from .helpers import (
1111
APPLICATION_NAME,
12-
CHARM_BASE,
1312
DATABASE_APP_NAME,
1413
build_and_deploy,
1514
check_database_creation,
@@ -114,8 +113,8 @@ async def test_extensions_blocking(ops_test: OpsTest) -> None:
114113
await ops_test.model.deploy(
115114
APPLICATION_NAME,
116115
application_name=f"{APPLICATION_NAME}2",
117-
base=CHARM_BASE,
118116
channel="latest/edge",
117+
series="jammy",
119118
)
120119

121120
await ops_test.model.wait_for_idle(

0 commit comments

Comments
 (0)