aboutsummaryrefslogtreecommitdiff
path: root/server/handlers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/handlers_test.go')
-rw-r--r--server/handlers_test.go2
1 files changed, 0 insertions, 2 deletions
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"},
}
}