We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01f5fc commit 549a69eCopy full SHA for 549a69e
1 file changed
tests/integration/test_tls.py
@@ -26,6 +26,7 @@ async def test_deploy_ssl_quorum(ops_test: OpsTest):
26
channel="edge",
27
num_units=1,
28
config={"ca-common-name": "zookeeper"},
29
+ revision=163,
30
),
31
)
32
await ops_test.model.add_relation(APP_NAME, TLS_NAME)
@@ -70,6 +71,7 @@ async def test_add_tls_provider_succeeds_after_removal(ops_test: OpsTest):
70
71
72
73
74
75
76
77
0 commit comments