Skip to content

Commit

Permalink
Merge pull request #467 from chopraanmol1/fix_coliding_port_for_start…
Browse files Browse the repository at this point in the history
…_local_server

TestHelper#start_local_server colliding port.
  • Loading branch information
chopraanmol1 authored Oct 15, 2018
2 parents 01d1a1c + 4666016 commit 8f65109
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 8f65109

Please sign in to comment.