From add96bbb778b9061b662726c54d16e88d513e9d4 Mon Sep 17 00:00:00 2001 From: Watson Date: Mon, 28 Oct 2024 18:37:00 +0900 Subject: [PATCH] test_cat: use proper protocol in unused_port method (#4686) Signed-off-by: Watson Co-authored-by: Daijiro Fukuda --- test/command/test_cat.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/command/test_cat.rb b/test/command/test_cat.rb index f1e1067823..40605815bb 100644 --- a/test/command/test_cat.rb +++ b/test/command/test_cat.rb @@ -18,7 +18,7 @@ def setup @primary = create_primary metadata = @primary.buffer.new_metadata @chunk = create_chunk(@primary, metadata, @es) - @port = unused_port(protocol: :tcp) + @port = unused_port(protocol: :all) end def teardown