mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-10 17:20:05 -04:00
Merge branch 'master' into fix/additional_tests
This commit is contained in:
commit
1442054715
1 changed files with 1 additions and 1 deletions
|
|
@ -538,7 +538,7 @@ sub run_common_tests {
|
|||
|
||||
$result = NPTest->testCmd( "$command -u /header_broken_check" );
|
||||
is( $result->return_code, 0, "header_check search for string");
|
||||
like( $result->output, '/.*HTTP/1.1 200 OK - 138 bytes in [\d\.]+ second.*/', "Output correct" );
|
||||
like( $result->output, '/.*HTTP/1.1 200 OK - \d+ bytes in [\d\.]+ second.*/', "Output correct" );
|
||||
|
||||
my $cmd;
|
||||
$cmd = "$command -u /slow";
|
||||
|
|
|
|||
Loading…
Reference in a new issue