From 6c1784cb5308886f5aa6c1d1e77ce5f51a994144 Mon Sep 17 00:00:00 2001 From: Watson Date: Mon, 28 Oct 2024 13:30:46 +0900 Subject: [PATCH] test_cat: use proper protocol in unused_port method Signed-off-by: Watson --- 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..b2e9cce5cd 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: :udp) end def teardown