Skip to content

Commit

Permalink
remove redundant HTTP options test
Browse files Browse the repository at this point in the history
  • Loading branch information
boonious committed Apr 19, 2021
1 parent eb7687c commit ce44ae7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/hui_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,6 @@ defmodule HuiTest do
Hui.search(url, q: "*")
end

test "accepts HTTP client options", %{bypass: bypass} do
headers = []
options = [timeout: 0]
url = {"http://localhost:#{bypass.port}/select", headers, options}

assert {:error, %Hui.Error{reason: reason}} = Hui.search(url, q: "*")
end

test "access configured atom URL key" do
bypass = Bypass.open(port: 8984)

Expand Down

0 comments on commit ce44ae7

Please sign in to comment.