Commit aa889e59 by Daniel Lee

tests: fix after interface change

parent 1e577817
......@@ -106,6 +106,10 @@ func (s *mockSession) Destory(c *Context) error {
return nil
}
func (s *mockSession) RegenerateId(c *Context) error {
return nil
}
type mockLdapAuthenticator struct {
syncSignedInUserCalled bool
}
......
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