tests: fix after interface change

This commit is contained in:
Daniel Lee
2017-08-07 10:20:46 +02:00
parent 1e5778174c
commit aa889e59a1
+4
View File
@@ -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
}