add test for metrics controller
[akkoma] / test / pleroma / web / o_auth / o_auth_controller_test.exs
index 19a7dea60ef84e081806a804e7f4dd8f0d5d8c62..d3cc0acb2a39316a058804af3a12268563310644 100644 (file)
@@ -770,7 +770,6 @@ defmodule Pleroma.Web.OAuth.OAuthControllerTest do
       app = insert(:oauth_app)
       oauth_token = insert(:oauth_token, user: user, app: app)
       redirect_uri = OAuthController.default_redirect_uri(app)
-      IO.inspect(app)
 
       conn =
         build_conn()