Explorar o código

tests: fix after interface change

Daniel Lee %!s(int64=8) %!d(string=hai) anos
pai
achega
aa889e59a1
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      pkg/middleware/auth_proxy_test.go

+ 4 - 0
pkg/middleware/auth_proxy_test.go

@@ -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
 }