Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit b8196b7

Browse files
authored
Merge pull request #1556 from fgsch/fgsch/case
As per yaml 1.2, technically is "true" (lowercase)
2 parents c703e7b + 6386fa9 commit b8196b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

util/regression-tests/tests/REQUEST-920-PROTOCOL-ENFORCEMENT/920180.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
Content-Type: "application/x-www-form-urlencoded"
2121
data: "hi=test"
2222
protocol: "http"
23-
stop_magic: True
23+
stop_magic: true
2424
uri: "/"
2525
output:
2626
status: [200, 411]

util/regression-tests/tests/REQUEST-920-PROTOCOL-ENFORCEMENT/920400.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@
4949
# Most web servers simply won't respond to invalid requests like
5050
# like this they'll just time out when we get OR type checks
5151
# we'll be able to check for both an error or the rule firing
52-
expect_error: True
52+
expect_error: true

util/regression-tests/tests/REQUEST-920-PROTOCOL-ENFORCEMENT/920430.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
User-Agent: "ModSecurity CRS 3 Tests #FN"
7979
Host: "localhost"
8080
output:
81-
expect_error: True
81+
expect_error: true
8282
-
8383
test_title: 920430-6
8484
stages:

0 commit comments

Comments
 (0)