diff --git a/tests/integration/test_tls.py b/tests/integration/test_tls.py index b103002..0d057e0 100644 --- a/tests/integration/test_tls.py +++ b/tests/integration/test_tls.py @@ -34,7 +34,7 @@ async def test_deploy_ssl_quorum(ops_test: OpsTest): num_units=1, config={"ca-common-name": "zookeeper"}, series=TLS_OPERATOR_SERIES, - revision=163, # FIXME: Unpin once the TLS is fixed on edge channel + revision=163, # FIXME: Unpin once the TLS is fixed on edge channel ), ) await ops_test.model.block_until(lambda: len(ops_test.model.applications[APP_NAME].units) == 3)