aboutsummaryrefslogtreecommitdiff
path: root/test/integration
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2019-02-20 16:15:45 +0000
committerlambda <pleromagit@rogerbraun.net>2019-02-20 16:15:45 +0000
commitdff5e1e46ab5e622ae0cc4b4422ae57ce0a0d5de (patch)
tree3e71afab323f4677b142ed6e9f45e6ecab226b1e /test/integration
parent11b3c10c54254ecad4b52f27856b8d95629e541c (diff)
parentb574d97c2ee5ea926342b6ef00d9c22c1cc7ebdd (diff)
downloadpleroma-dff5e1e46ab5e622ae0cc4b4422ae57ce0a0d5de.tar.gz
Merge branch '468_oauth2_scopes' into 'develop'
[#468] OAuth2 scopes Closes #468 See merge request pleroma/pleroma!799
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/mastodon_websocket_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/mastodon_websocket_test.exs b/test/integration/mastodon_websocket_test.exs
index 2e385f5ad..0c513b6e7 100644
--- a/test/integration/mastodon_websocket_test.exs
+++ b/test/integration/mastodon_websocket_test.exs
@@ -80,7 +80,7 @@ defmodule Pleroma.Integration.MastodonWebsocketTest do
Pleroma.Repo.insert(
OAuth.App.register_changeset(%OAuth.App{}, %{
client_name: "client",
- scopes: "scope",
+ scopes: ["scope"],
redirect_uris: "url"
})
)