X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fweb%2Foauth%2Foauth_controller_test.exs;h=ca1c043194b63dc1ff11a61cd7a897d97b483373;hb=c0ecbf6669948740a091bdf5b5441fb6ee55f4fc;hp=2315f9a34b6186e19da2a5a4650936827b9f7612;hpb=19756d68f2b341deac0b630b8e0d351b6ad4b38f;p=akkoma diff --git a/test/web/oauth/oauth_controller_test.exs b/test/web/oauth/oauth_controller_test.exs index 2315f9a34..ca1c04319 100644 --- a/test/web/oauth/oauth_controller_test.exs +++ b/test/web/oauth/oauth_controller_test.exs @@ -22,6 +22,7 @@ defmodule Pleroma.Web.OAuth.OAuthControllerTest do "password" => "test", "client_id" => app.client_id, "redirect_uri" => app.redirect_uris, + "scope" => Enum.join(app.scopes, " "), "state" => "statepassed" } })