mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
feat(GODT-2442): add gRPC interface to send feedback.
This commit is contained in:
@ -85,6 +85,10 @@ func TestBridge_User_RefreshEvent(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestBridge_User_BadMessage_BadEvent(t *testing.T) {
|
||||
t.Run("Logout-Login", badMessage_badEvent)
|
||||
}
|
||||
|
||||
func badMessage_badEvent(t *testing.T) {
|
||||
withEnv(t, func(ctx context.Context, s *server.Server, netCtl *proton.NetCtl, locator bridge.Locator, storeKey []byte) {
|
||||
// Create a user.
|
||||
userID, addrID, err := s.CreateUser("user", password)
|
||||
|
||||
Reference in New Issue
Block a user