diff options
author | lain <lain@soykaf.club> | 2019-04-08 14:10:43 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-04-08 14:10:43 +0200 |
commit | 5d871173d189a0019fda0ee76f8a324d90a163ee (patch) | |
tree | c3e423993ff5289dd0ba73a94881bd52d9cda1c2 /test/web/oauth/oauth_controller_test.exs | |
parent | 037fefe21871ee0a1926286c87c334ea1d339394 (diff) | |
parent | aac48d0cc6893c231c88d5cd7fe0334353bbf299 (diff) | |
download | pleroma-5d871173d189a0019fda0ee76f8a324d90a163ee.tar.gz |
Merge branch 'features/mastoapi/2.6.0-conversations' of git.pleroma.social:pleroma/pleroma into features/mastoapi/2.6.0-conversations
Diffstat (limited to 'test/web/oauth/oauth_controller_test.exs')
-rw-r--r-- | test/web/oauth/oauth_controller_test.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/web/oauth/oauth_controller_test.exs b/test/web/oauth/oauth_controller_test.exs index ff1e56fe9..84ec7b4ee 100644 --- a/test/web/oauth/oauth_controller_test.exs +++ b/test/web/oauth/oauth_controller_test.exs @@ -87,7 +87,7 @@ defmodule Pleroma.Web.OAuth.OAuthControllerTest do assert result =~ app.redirect_uris # Error message - assert result =~ "Permissions not specified" + assert result =~ "This action is outside the authorized scopes" end test "returns 401 for scopes beyond app scopes", %{conn: conn} do @@ -113,7 +113,7 @@ defmodule Pleroma.Web.OAuth.OAuthControllerTest do assert result =~ app.redirect_uris # Error message - assert result =~ "Permissions not specified" + assert result =~ "This action is outside the authorized scopes" end test "issues a token for an all-body request" do |