Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F115795
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
736 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Nov 29, 3:39 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
41138
Default Alt Text
(736 B)
Attached To
Mode
R28 tesla
Attached
Detach File
Event Timeline
Log In to Comment