From e5213167831937562a96751735a6034e2e1d763a Mon Sep 17 00:00:00 2001 From: Yann VERY Date: Wed, 4 Nov 2020 16:00:40 +0100 Subject: [PATCH] Test configuration is no longer need --- config/test.exs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/test.exs b/config/test.exs index ed28fe5..d2d855e 100644 --- a/config/test.exs +++ b/config/test.exs @@ -1,6 +1 @@ use Mix.Config - -config :ueberauth, Ueberauth, - providers: [ - cas: {Ueberauth.Strategy.CAS, [base_url: "http://cas.example.com", service: "http://svc.example.com"]} - ]