diff --git a/t/31_badssl.com.t b/t/31_badssl.com.t index 716e64b..1952f5e 100755 --- a/t/31_badssl.com.t +++ b/t/31_badssl.com.t @@ -47,7 +47,7 @@ foreach my $f ( @$json ) { if ( $f->{id} eq "cert_expiration_status" ) { $found = 1; like($f->{finding},qr/days/,"Finding doesn't read expired."); $tests++; - isnt($f->{severity}, "HIGH", "Severity should be OK or MEDIUM"); $tests++; + isnt($f->{severity}, "CRITICAL", "Severity should be OK, MEDIUM or HIGH"); $tests++; last; } }