File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ load 'utils/_helpers'
38
38
assert_equal " $( get_json_path " $BODY " " .data.action" ) " " send"
39
39
assert_equal 1 " $( get_json_path " $BODY " " .data.headers | length" ) "
40
40
assert_equal " $( get_json_path " $BODY " " .data.headers[0].name" ) " " host"
41
- assert_equal " $( get_json_path " $BODY " " .data.headers[0].value " ) " " haproxy.1wt.eu"
41
+ assert_equal " $( get_json_path " $BODY " " .data.headers[0].fmt " ) " " haproxy.1wt.eu"
42
42
43
43
resource_get " $_CHECKS_BASE_PATH /1" " parent_type=backend&parent_name=test_backend"
44
44
assert_equal " $( get_json_path " $BODY " " .data.action" ) " " expect"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ load 'utils/_helpers'
41
41
assert_equal " $( get_json_path " $BODY " " .data[0].action" ) " " send"
42
42
assert_equal 1 " $( get_json_path " $BODY " " .data[0].headers | length" ) "
43
43
assert_equal " $( get_json_path " $BODY " " .data[0].headers[0].name" ) " " host"
44
- assert_equal " $( get_json_path " $BODY " " .data[0].headers[0].value " ) " " haproxy.1wt.eu"
44
+ assert_equal " $( get_json_path " $BODY " " .data[0].headers[0].fmt " ) " " haproxy.1wt.eu"
45
45
46
46
assert_equal " $( get_json_path " $BODY " " .data[1].action" ) " " expect"
47
47
assert_equal " $( get_json_path " $BODY " " .data[1].match" ) " " status"
You can’t perform that action at this time.
0 commit comments