diff options
author | Ivan Tashkinov <ivant.business@gmail.com> | 2019-04-02 13:43:33 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivant.business@gmail.com> | 2019-04-02 13:43:33 +0300 |
commit | 15ce7104608869cb62c72c5beef0b23b1150cda0 (patch) | |
tree | c5f734bd5b801610352fdaad9ee6f7c79d2d348f /test/support | |
parent | 6910fb371b221a130bebf97c712fdccc26b50c27 (diff) | |
download | pleroma-15ce7104608869cb62c72c5beef0b23b1150cda0.tar.gz |
Added "GET /oauth/authorize" tests.
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 |