update functional test (#374)

This commit is contained in:
mmetc
2024-07-17 15:38:58 +02:00
committed by GitHub
parent 270a495370
commit 7d11e53fd2

View File

@@ -88,7 +88,7 @@ def test_tls_mutual(crowdsec, certs_dir, api_key_factory, bouncer, fw_cfg_factor
"*API error: access forbidden*",
])
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?*")
cfg['cert_path'] = (certs / 'bouncer.crt').as_posix()
cfg['key_path'] = (certs / 'bouncer.key').as_posix()