mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 15:46:44 +00:00
test: fix most integration tests (live)
This commit is contained in:
@ -43,6 +43,6 @@ func (api *FakePMAPI) SendSimpleMetric(category, action, label string) error {
|
||||
return api.checkInternetAndRecordCall(GET, "/metrics?"+v.Encode(), nil)
|
||||
}
|
||||
|
||||
func (api *FakePMAPI) ReportSentryCrash(reportErr error) (err error) {
|
||||
func (api *FakePMAPI) ReportSentryCrash(err error) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user