Skip to content

Commit

Permalink
fix functional test (to pass with latest crowdsec image) (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc authored Sep 20, 2024
1 parent 78038ce commit eac51c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bouncer/test_tls.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_tls_mutual(crowdsec, certs_dir, bouncer, bm_cfg_factory, bouncer_under_
"*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['crowdsec_config']['cert_path'] = (certs / 'bouncer.crt').as_posix()
cfg['crowdsec_config']['key_path'] = (certs / 'bouncer.key').as_posix()
Expand Down

0 comments on commit eac51c7

Please sign in to comment.