Skip to content

Commit

Permalink
style: don't use non-capture group for rule id matches in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EsadCetiner committed Jul 6, 2024
1 parent a55b373 commit 7420a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/regression/sogo-rule-exclusions-plugin/9520100.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tests:
version: HTTP/1.1
output:
no_log_contains: |
id "(?:920272|920273)"
id "920273"|id "920272"
- test_title: 9520100-2
desc: Disable 942450 for XSRF-TOKEN cookie
stages:
Expand Down
2 changes: 1 addition & 1 deletion tests/regression/sogo-rule-exclusions-plugin/9520111.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ tests:
version: HTTP/1.1
output:
no_log_contains: |
id "(?:920272|920273|931130|932236|942131)"
id "920272"|id "920273"|id "931130"|id "932236"|id "942131"

0 comments on commit 7420a59

Please sign in to comment.