Merge branch 'issue/1577' into 'develop'
[akkoma] / test / support / factory.ex
index af639b6cd0b5f09af452e6c66769e7bfb7063d1a..f0b797fd4411b781e6825ebd34e4a4878b55a7af 100644 (file)
@@ -294,7 +294,7 @@ defmodule Pleroma.Factory do
 
   def oauth_app_factory do
     %Pleroma.Web.OAuth.App{
-      client_name: "Some client",
+      client_name: sequence(:client_name, &"Some client #{&1}"),
       redirect_uris: "https://example.com/callback",
       scopes: ["read", "write", "follow", "push", "admin"],
       website: "https://example.com",