mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-13 04:18:34 +00:00
feat: improve login flow
This commit is contained in:
@ -25,7 +25,8 @@ import (
|
||||
)
|
||||
|
||||
func TestSentryCrashReport(t *testing.T) {
|
||||
c := newClient(NewClientManager(testClientConfig), "bridgetest")
|
||||
cm := NewClientManager(testClientConfig)
|
||||
c := cm.GetClient("bridgetest")
|
||||
if err := c.ReportSentryCrash(errors.New("Testing crash report - api proxy; goroutines with threads, find origin")); err != nil {
|
||||
t.Fatal("Expected no error while report, but have", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user