You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contains checks if the given error contains an error with the message msg. If err is not a wrapped error, this will always return false unless the error itself happens to match this msg.
Probably the error message is not actually matching -- either there isn't a wrapped error matching that, or the error itself isn't. Those should probably be strings.Contains.
For some reason this check isn't working
vault/vault/expiration.go
Lines 308 to 323 in bb180b8
Continuation of #4915
The text was updated successfully, but these errors were encountered: