Skip to content

Commit f312409

Browse files
committed
wip
1 parent c82bb5e commit f312409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/bouncer/test_tls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_tls_mutual(crowdsec, certs_dir, api_key_factory, bouncer, cb_stream_cfg
9292
]
9393
)
9494

95-
cs.wait_for_log("*client certificate OU (?agent-ou?) doesn't match expected OU (?bouncer-ou?)*")
95+
cs.wait_for_log("*client certificate OU ?agent-ou? doesn't match expected OU ?bouncer-ou?*")
9696

9797
cfg["cert_path"] = (certs / "bouncer.crt").as_posix()
9898
cfg["key_path"] = (certs / "bouncer.key").as_posix()

0 commit comments

Comments
 (0)