tune RC code

main
Dominique RIGHETTO 2024-08-11 19:01:39 +02:00 committed by GitHub
parent a5ae961f4d
commit 258c2c3783
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ http:
matchers:
- type: dsl
dsl:
- 'status_code == 200 || status_code == 401'
- 'status_code == 200'
- 'contains_any(to_lower(body), "<title>apache activemq</title>", "<h2>welcome to the apache activemq!</h2>", "manage activemq broker", "activemq console")'
condition: and