Commit f45d6370 by Daniel Lee

auth: fix warning in test

parent 5773499d
......@@ -90,6 +90,10 @@ func (s *mockSession) Get(k interface{}) interface{} {
return s.value
}
func (s *mockSession) Delete(k interface{}) interface{} {
return nil
}
func (s *mockSession) ID() string {
return ""
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment