diff options
author | lambda <lain@soykaf.club> | 2019-04-02 10:57:38 +0000 |
---|---|---|
committer | lambda <lain@soykaf.club> | 2019-04-02 10:57:38 +0000 |
commit | 091baf93169895c62418ccee81b80d00416aaa56 (patch) | |
tree | 4498be40963cab228027d38525b7a6f65d7f47a4 /test/support | |
parent | 26d509cc861ad865b12d187fc163fa78c4c128a7 (diff) | |
parent | 15ce7104608869cb62c72c5beef0b23b1150cda0 (diff) | |
download | pleroma-091baf93169895c62418ccee81b80d00416aaa56.tar.gz |
Merge branch 'features/mastoapi/2.6.0-force-login-option' into 'develop'
MastoAPI 2.6.0 `force_login` option
Closes #734
See merge request pleroma/pleroma!999
Diffstat (limited to 'test/support')
-rw-r--r-- | test/support/factory.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/factory.ex b/test/support/factory.ex index 18f77f01a..e1a08315a 100644 --- a/test/support/factory.ex +++ b/test/support/factory.ex @@ -216,7 +216,7 @@ defmodule Pleroma.Factory do redirect_uris: "https://example.com/callback", scopes: ["read", "write", "follow", "push"], website: "https://example.com", - client_id: "aaabbb==", + client_id: Ecto.UUID.generate(), client_secret: "aaa;/&bbb" } end |