Skip to content

Commit

Permalink
test_cat: use proper protocol in unused_port method (#4686)
Browse files Browse the repository at this point in the history
Signed-off-by: Watson <[email protected]>
Co-authored-by: Daijiro Fukuda <[email protected]>
  • Loading branch information
Watson1978 and daipom authored Oct 28, 2024
1 parent f493f25 commit add96bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/command/test_cat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit add96bb

Please sign in to comment.