aboutsummaryrefslogtreecommitdiff
path: root/test/support
diff options
context:
space:
mode:
authorIvan Tashkinov <ivant.business@gmail.com>2019-04-02 13:43:33 +0300
committerIvan Tashkinov <ivant.business@gmail.com>2019-04-02 13:43:33 +0300
commit15ce7104608869cb62c72c5beef0b23b1150cda0 (patch)
treec5f734bd5b801610352fdaad9ee6f7c79d2d348f /test/support
parent6910fb371b221a130bebf97c712fdccc26b50c27 (diff)
downloadpleroma-15ce7104608869cb62c72c5beef0b23b1150cda0.tar.gz
Added "GET /oauth/authorize" tests.
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 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