From f906c9ba422eb720514721b559c01f840ca34a0c Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Mon, 20 Aug 2018 17:18:27 +0100 Subject: Remove authprovider.Session --- server/handlers_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'server/handlers_test.go') diff --git a/server/handlers_test.go b/server/handlers_test.go index 7f31452..6dc2236 100644 --- a/server/handlers_test.go +++ b/server/handlers_test.go @@ -17,7 +17,6 @@ import ( "github.com/gorilla/sessions" "github.com/nsheridan/cashier/lib" - "github.com/nsheridan/cashier/server/auth" "github.com/nsheridan/cashier/server/auth/testprovider" "github.com/nsheridan/cashier/server/config" "github.com/nsheridan/cashier/server/signer" @@ -41,7 +40,6 @@ func init() { certstore, _ = store.New(map[string]string{"type": "mem"}) ctx = &appContext{ cookiestore: sessions.NewCookieStore([]byte("secret")), - authsession: &auth.Session{AuthURL: "https://www.example.com/auth"}, } } -- cgit v1.2.3