summaryrefslogtreecommitdiff
path: root/test/web/oauth/oauth_controller_test.exs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-03-11 12:21:44 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-03-11 13:46:42 +0100
commit863ec33ba2a90708d199f18683ffe0c4658c710a (patch)
treeff232102f8b007fa16f70aab434df17073783c9b /test/web/oauth/oauth_controller_test.exs
parent841e4e4d835b8d1cecb33102356ca045571ef1fc (diff)
downloadpleroma-863ec33ba2a90708d199f18683ffe0c4658c710a.tar.gz
pleroma-863ec33ba2a90708d199f18683ffe0c4658c710a.zip
Add support for funkwhale Audio activity
reel2bits fixture not included as it lacks the Actor fixture for it. Closes: https://git.pleroma.social/pleroma/pleroma/issues/1624 Closes: https://git.pleroma.social/pleroma/pleroma/issues/764
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(),