Browse Source

tests: fix after interface change

Daniel Lee 8 năm trước cách đây
mục cha
commit
aa889e59a1
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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
 }