Integration tests for mastodon websocket

This commit is contained in:
href 2018-12-17 17:09:06 +01:00
commit b12a904911
No known key found for this signature in database
GPG key ID: EE8296C1A152C325
6 changed files with 163 additions and 33 deletions

View file

@ -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