aboutsummaryrefslogtreecommitdiff
path: root/test/support
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-04-17 09:19:35 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-04-17 09:19:35 +0000
commita17bfb5fababbe25fa2abcfccd013c9f3edc2ef7 (patch)
treeca3e3f1fd04795615158e08821a024847078c55a /test/support
parentd8142ee6fee52529f610c58ba15a39b3e841cdc8 (diff)
parenta6ee6784bc74b311d454112c427f41b1fdec6ce0 (diff)
downloadpleroma-a17bfb5fababbe25fa2abcfccd013c9f3edc2ef7.tar.gz
Merge branch 'feature/1584-client-captcha-options' into 'develop'
Creating trusted app from adminFE & mix task Closes #1584 See merge request pleroma/pleroma!2252
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",