Integration tests for mastodon websocket
This commit is contained in:
parent
77b5154c82
commit
b12a904911
6 changed files with 163 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue