X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fsupport%2Ffactory.ex;h=f0b797fd4411b781e6825ebd34e4a4878b55a7af;hb=44fbd09709b43a7eedff60365c3ff487dbd7a5c9;hp=780235cb9cfc26caba01dba78b4d94ede9a1c49d;hpb=dddebee047efc4ab1dff6565bef32954695846a7;p=akkoma diff --git a/test/support/factory.ex b/test/support/factory.ex index 780235cb9..f0b797fd4 100644 --- a/test/support/factory.ex +++ b/test/support/factory.ex @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2019 Pleroma Authors +# Copyright © 2017-2020 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.Factory do @@ -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",