fix(GODT-2351): Bump GPA to properly handle net.OpError and add tests

This commit is contained in:
James Houlahan
2023-02-08 16:09:24 +01:00
parent a740a8f962
commit cdff2ef792
5 changed files with 108 additions and 3 deletions

View File

@ -380,6 +380,7 @@ func (bridge *Bridge) loadUser(ctx context.Context, user *vault.User) error {
logrus.WithError(err).Warn("Failed to clear user secrets")
}
}
return fmt.Errorf("failed to create API client: %w", err)
}