Fix default protocol http expected-content
This commit is contained in:
parent
92246bfaff
commit
0dc2237360
|
@ -150,7 +150,7 @@ sub check_options {
|
||||||
|
|
||||||
# Legacy compat
|
# Legacy compat
|
||||||
if (defined($self->{option_results}->{expected_string}) && $self->{option_results}->{expected_string} ne '') {
|
if (defined($self->{option_results}->{expected_string}) && $self->{option_results}->{expected_string} ne '') {
|
||||||
$self->{option_results}->{critical_content} = "%{content} =~ /$self->{option_results}->{expected_string}/mi";
|
$self->{option_results}->{critical_content} = "%{content} !~ /$self->{option_results}->{expected_string}/mi";
|
||||||
}
|
}
|
||||||
|
|
||||||
$self->{http}->set_options(%{$self->{option_results}});
|
$self->{http}->set_options(%{$self->{option_results}});
|
||||||
|
|
Loading…
Reference in New Issue