diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-09-23 13:56:50 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-09-23 13:56:50 +0300 |
commit | 8f5589cf667d8dd24da07e58db94225d81a55a7b (patch) | |
tree | 7598cf8c495f0d02b3a4704a79e8618bd9652fee /test/integration/mastodon_websocket_test.exs | |
parent | b0bd81ef7187ddf5b4e6cfbc1780fc60b65798c6 (diff) | |
parent | a5e1c400e49e7979e70f2c9dd4887ae144dca44c (diff) | |
download | pleroma-8f5589cf667d8dd24da07e58db94225d81a55a7b.tar.gz pleroma-8f5589cf667d8dd24da07e58db94225d81a55a7b.zip |
Merge develop
Diffstat (limited to 'test/integration/mastodon_websocket_test.exs')
-rw-r--r-- | test/integration/mastodon_websocket_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/mastodon_websocket_test.exs b/test/integration/mastodon_websocket_test.exs index 76fbc8bda..0f2e6cc2b 100644 --- a/test/integration/mastodon_websocket_test.exs +++ b/test/integration/mastodon_websocket_test.exs @@ -78,7 +78,7 @@ defmodule Pleroma.Integration.MastodonWebsocketTest do Pleroma.Repo.insert( OAuth.App.register_changeset(%OAuth.App{}, %{ client_name: "client", - scopes: ["scope"], + scopes: ["read"], redirect_uris: "url" }) ) |