We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82bb5e commit f312409Copy full SHA for f312409
test/tests/bouncer/test_tls.py
@@ -92,7 +92,7 @@ def test_tls_mutual(crowdsec, certs_dir, api_key_factory, bouncer, cb_stream_cfg
92
]
93
)
94
95
- cs.wait_for_log("*client certificate OU (?agent-ou?) doesn't match expected OU (?bouncer-ou?)*")
+ cs.wait_for_log("*client certificate OU ?agent-ou? doesn't match expected OU ?bouncer-ou?*")
96
97
cfg["cert_path"] = (certs / "bouncer.crt").as_posix()
98
cfg["key_path"] = (certs / "bouncer.key").as_posix()
0 commit comments