diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-30 12:15:23 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-30 12:15:23 +0300 |
commit | f497cf2f7c21196c4d633ddf0d14f0a4ede00cea (patch) | |
tree | 6ef3981f250af6c67619e9d48176c131328b76aa /test/web/oauth | |
parent | 7f9b5284fa7dd1d9100de730a6fe0c93739d1b30 (diff) | |
parent | e999c67cee65cfe07de6dc76ad18f213c0252bb3 (diff) | |
download | pleroma-f497cf2f7c21196c4d633ddf0d14f0a4ede00cea.tar.gz |
Merge branch 'develop' into gun
Diffstat (limited to 'test/web/oauth')
-rw-r--r-- | test/web/oauth/oauth_controller_test.exs | 2 |
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 0b0972b17..f2f98d768 100644 --- a/test/web/oauth/oauth_controller_test.exs +++ b/test/web/oauth/oauth_controller_test.exs @@ -575,7 +575,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(), |