summaryrefslogtreecommitdiff
path: root/test/support
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-04-20 18:37:45 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-04-20 18:40:02 +0400
commit736fead494f6140871919308e872bb6fe5b7a196 (patch)
tree13d9a869a8c551e7d9bb1ad07ca87f7123d74544 /test/support
parent163341857a726e8d74b6ddcd1230579e4c36a1b5 (diff)
parent28165dad3ac02a6d3ba4b0cda51992a1831515dd (diff)
downloadpleroma-736fead494f6140871919308e872bb6fe5b7a196.tar.gz
pleroma-736fead494f6140871919308e872bb6fe5b7a196.zip
Merge branch 'develop' into openapi/account
Diffstat (limited to 'test/support')
-rw-r--r--test/support/factory.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/factory.ex b/test/support/factory.ex
index af639b6cd..f0b797fd4 100644
--- a/test/support/factory.ex
+++ b/test/support/factory.ex
@@ -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",