Page MenuHomePhorge

No OneTemporary

Size
736 B
Referenced Files
None
Subscribers
None
diff --git a/test/support/adapter_case.ex b/test/support/adapter_case.ex
index 3e54940..ac289ea 100644
--- a/test/support/adapter_case.ex
+++ b/test/support/adapter_case.ex
@@ -1,13 +1,13 @@
defmodule Tesla.AdapterCase do
defmacro __using__(adapter: adapter) do
quote do
@adapter unquote(adapter)
- @http "http://localhost:#{Application.get_env(:httparrot, :http_port)}"
- @https "https://localhost:#{Application.get_env(:httparrot, :https_port)}"
+ @http "http://0.0.0.0:#{Application.get_env(:httparrot, :http_port)}"
+ @https "https://0.0.0.0:#{Application.get_env(:httparrot, :https_port)}"
defp call(env, opts \\ []) do
@adapter.call(env, opts)
end
end
end
end

File Metadata

Mime Type
text/x-diff
Expires
Fri, Nov 29, 3:39 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
41138
Default Alt Text
(736 B)

Event Timeline