Skip to content

Commit 6a4dcb8

Browse files
DPE-8975 Fix linter warnings
1 parent 5a45cc9 commit 6a4dcb8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/integration/test_tls.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ 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_NOBLE
69+
tls_certificates_app_name,
70+
config=tls_config,
71+
channel=tls_channel,
72+
base=CHARM_BASE_NOBLE,
7073
)
7174
# Relate it to the PostgreSQL to enable TLS.
7275
await ops_test.model.relate(

0 commit comments

Comments
 (0)