Merge branch 'feature/jobs' into 'develop'
[akkoma] / test / web / oauth / oauth_controller_test.exs
index e0d3cb55f916d0ccafc777457251028db12e90bf..2315f9a34b6186e19da2a5a4650936827b9f7612 100644 (file)
@@ -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)