Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 90d2782

Browse files
committed
Pick a less commonly used port
Fixes logstash-plugins#84
1 parent 8203949 commit 90d2782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/inputs/tcp_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233

234234
it "should one message per connection" do
235235
event_count = 10
236-
port = rand(1024..65535)
236+
port = rand(10000..65535)
237237
conf = <<-CONFIG
238238
input {
239239
tcp {

0 commit comments

Comments
 (0)