Skip to content

Commit 5a45cc9

Browse files
DPE-8975 Fix base in TLS test (no jammy in 1/stable)
1 parent ee4a394 commit 5a45cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_tls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
change_patroni_setting,
1313
)
1414
from .helpers import (
15-
CHARM_BASE,
15+
CHARM_BASE_NOBLE,
1616
DATABASE_APP_NAME,
1717
build_and_deploy,
1818
check_tls,
@@ -66,7 +66,7 @@ async def test_tls(ops_test: OpsTest) -> None:
6666
async with ops_test.fast_forward():
6767
# Deploy TLS Certificates operator.
6868
await ops_test.model.deploy(
69-
tls_certificates_app_name, config=tls_config, channel=tls_channel, base=CHARM_BASE
69+
tls_certificates_app_name, config=tls_config, channel=tls_channel, base=CHARM_BASE_NOBLE
7070
)
7171
# Relate it to the PostgreSQL to enable TLS.
7272
await ops_test.model.relate(

0 commit comments

Comments
 (0)