From 91b8498cec8046cb540d0b2787cbe5dfedcf08d5 Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Fri, 29 Aug 2014 08:46:03 +0200 Subject: [PATCH] [TEST] Port can have more or less than 4 digits --- rest-api-spec/test/cat.thread_pool/10_basic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/test/cat.thread_pool/10_basic.yaml b/rest-api-spec/test/cat.thread_pool/10_basic.yaml index e2c72fc2cf1..c4ff37f889f 100755 --- a/rest-api-spec/test/cat.thread_pool/10_basic.yaml +++ b/rest-api-spec/test/cat.thread_pool/10_basic.yaml @@ -25,7 +25,7 @@ - match: $body: | / #pid id host ip port - ^ (\d+ \s+ \S{4} \s+ \S+ \s+ (\d{1,3}\.){3}\d{1,3} \s+ (\d{4}|-) \s+ \n)+ $/ + ^ (\d+ \s+ \S{4} \s+ \S+ \s+ (\d{1,3}\.){3}\d{1,3} \s+ (\d+|-) \s+ \n)+ $/ - do: cat.thread_pool: