diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/test.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/test.exs b/config/test.exs index 5c66a36f1..e48a8df5a 100644 --- a/config/test.exs +++ b/config/test.exs @@ -3,8 +3,9 @@ use Mix.Config # We don't run a server during test. If one is required, # you can enable the server option below. config :pleroma, Pleroma.Web.Endpoint, + web_endpoint: nil, http: [port: 4001], - url: [port: 4001], + url: [host: "localhost", port: 4001], server: true # Disable captha for tests |