Skip to content

Commit

Permalink
fix functional test (to pass with latest crowdsec image) (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc authored Sep 20, 2024
1 parent ae18a8d commit 80c0d50
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 @@ -99,7 +99,7 @@ def test_tls_mutual(crowdsec, certs_dir, api_key_factory, bouncer, aw_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()
Expand Down

0 comments on commit 80c0d50

Please sign in to comment.