Allow Ueberauth providers to be used at runtime
Close #504 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -5,6 +5,12 @@ defmodule Mobilizon.Web.AuthControllerTest do
|
||||
|
||||
@email "someone@somewhere.tld"
|
||||
|
||||
setup do
|
||||
Application.put_env(:ueberauth, Ueberauth,
|
||||
providers: [twitter: {Ueberauth.Strategy.Twitter, []}]
|
||||
)
|
||||
end
|
||||
|
||||
test "login and registration",
|
||||
%{conn: conn} do
|
||||
conn =
|
||||
|
||||
Reference in New Issue
Block a user