Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skourta committed Jan 9, 2025
1 parent 99b283d commit 674d2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_tls.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async def test_turning_off_tls(ops_test: OpsTest) -> None:
assert model is not None

# disable TLS and check if the cluster is still accessible
logger.info("Disbaling TLS by removing the TLS certificates")
logger.info("Disabling TLS by removing the TLS certificates")
etcd_app: Application = ops_test.model.applications[APP_NAME] # type: ignore
await etcd_app.remove_relation("peer-certificates", f"{TLS_NAME}:certificates")
await etcd_app.remove_relation("client-certificates", f"{TLS_NAME}:certificates")
Expand Down

0 comments on commit 674d2a6

Please sign in to comment.