Skip to content

Commit

Permalink
TestHelper#start_local_server colliding port.
Browse files Browse the repository at this point in the history
fixes Net::ReadTimeout issue on old ruby version
  • Loading branch information
chopraanmol1 committed Oct 15, 2018
1 parent 01d1a1c commit 4666016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/roo/test_csv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_sheets

def test_download_uri_with_query_string
file = filename("simple_spreadsheet")
port = 12_344
port = 12_347
url = "#{local_server(port)}/#{file}?query-param=value"

start_local_server(file, port) do
Expand Down

0 comments on commit 4666016

Please sign in to comment.