summaryrefslogtreecommitdiff
path: root/test/web/oauth/oauth_controller_test.exs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-03-29 19:18:22 +0000
committerrinpatch <rinpatch@sdf.org>2020-04-02 23:00:23 +0300
commitb0a9a02af3edb28002b633030b3f6d63ae2309bf (patch)
tree452ae123ec98fc3360e6bea336e230c75af58978 /test/web/oauth/oauth_controller_test.exs
parent01a3f145d51fe7aeb9050c89e03bebf10793aba3 (diff)
downloadpleroma-b0a9a02af3edb28002b633030b3f6d63ae2309bf.tar.gz
pleroma-b0a9a02af3edb28002b633030b3f6d63ae2309bf.zip
Merge branch 'feature/funkwhale-audio' into 'develop'
Add support for funkwhale Audio activity Closes #764 and #1624 See merge request pleroma/pleroma!2287
Diffstat (limited to 'test/web/oauth/oauth_controller_test.exs')
-rw-r--r--test/web/oauth/oauth_controller_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/oauth/oauth_controller_test.exs b/test/web/oauth/oauth_controller_test.exs
index cff469c28..5f86d999c 100644
--- a/test/web/oauth/oauth_controller_test.exs
+++ b/test/web/oauth/oauth_controller_test.exs
@@ -581,7 +581,7 @@ defmodule Pleroma.Web.OAuth.OAuthControllerTest do
# In case scope param is missing, expecting _all_ app-supported scopes to be granted
for user <- [non_admin, admin],
{requested_scopes, expected_scopes} <-
- %{scopes_subset => scopes_subset, nil => app_scopes} do
+ %{scopes_subset => scopes_subset, nil: app_scopes} do
conn =
post(
build_conn(),