summaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
authorhref <href@random.sh>2018-12-17 17:09:06 +0100
committerhref <href@random.sh>2018-12-17 17:09:06 +0100
commitb12a90491156f1b31defd7aa1b322a86867dbf2b (patch)
tree6495d0dba9f71cb3a8956368cbfa88e44b9a352d /config/test.exs
parent77b5154c825e2ff5996f170c03657eaadcef4680 (diff)
downloadpleroma-b12a90491156f1b31defd7aa1b322a86867dbf2b.tar.gz
pleroma-b12a90491156f1b31defd7aa1b322a86867dbf2b.zip
Integration tests for mastodon websocket
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/test.exs b/config/test.exs
index 5c6acfead..8f4a2dc17 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -4,7 +4,8 @@ use Mix.Config
# you can enable the server option below.
config :pleroma, Pleroma.Web.Endpoint,
http: [port: 4001],
- server: false
+ url: [port: 4001],
+ server: true
# Print only warnings and errors during test
config :logger, level: :warn