diff options
author | kaniini <nenolod@gmail.com> | 2019-02-14 03:55:26 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-02-14 03:55:26 +0000 |
commit | 19756d68f2b341deac0b630b8e0d351b6ad4b38f (patch) | |
tree | 5aa7585c9c825f4a2908344905499d76b2864b66 /test/web/oauth/oauth_controller_test.exs | |
parent | 6652389e80b736fb64a8d08e2e5f50eb4de9c54b (diff) | |
parent | 74579115a73d697aed67abe2dc8ea1a664c89c5b (diff) | |
download | pleroma-19756d68f2b341deac0b630b8e0d351b6ad4b38f.tar.gz pleroma-19756d68f2b341deac0b630b8e0d351b6ad4b38f.zip |
Merge branch 'fix/credo-issues-test' into 'develop'
Fix credo issues in ./test
See merge request pleroma/pleroma!808
Diffstat (limited to 'test/web/oauth/oauth_controller_test.exs')
-rw-r--r-- | test/web/oauth/oauth_controller_test.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/web/oauth/oauth_controller_test.exs b/test/web/oauth/oauth_controller_test.exs index e0d3cb55f..2315f9a34 100644 --- a/test/web/oauth/oauth_controller_test.exs +++ b/test/web/oauth/oauth_controller_test.exs @@ -7,7 +7,8 @@ defmodule Pleroma.Web.OAuth.OAuthControllerTest do import Pleroma.Factory alias Pleroma.Repo - alias Pleroma.Web.OAuth.{Authorization, Token} + alias Pleroma.Web.OAuth.Authorization + alias Pleroma.Web.OAuth.Token test "redirects with oauth authorization" do user = insert(:user) |