Skip to content

Commit

Permalink
Fix Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
theoctober19th committed Aug 22, 2024
1 parent 03eceeb commit 3ab2498
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 @@ -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)
Expand Down

0 comments on commit 3ab2498

Please sign in to comment.