summaryrefslogtreecommitdiff
path: root/test/web/oauth/oauth_controller_test.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-04-08 15:51:56 +0000
committerrinpatch <rinpatch@sdf.org>2020-04-08 15:51:56 +0000
commit3b15a0eecc62f79465620a697f12b576ed87b0fc (patch)
treecbfc275ab8b5093a1dafacbbd830c7e6f1a19886 /test/web/oauth/oauth_controller_test.exs
parentbb49d8f5a0dbbad65a8f65a28cc2d0847b518067 (diff)
parentd9f36965f6412e476f723b4cf0278d8fd76d325c (diff)
downloadpleroma-3b15a0eecc62f79465620a697f12b576ed87b0fc.tar.gz
pleroma-3b15a0eecc62f79465620a697f12b576ed87b0fc.zip
Merge branch 'release/2.0.2' into 'stable'
2.0.2 Release See merge request pleroma/pleroma!2336
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(),