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
Most expectations take a validation upon construction, but http expectations take a validation through their validate method, and ssh expectations take validations at both times. For consistency and to ensure that we don't report two different expectations as being the same (eg to pagerduty), we need to have our expectations all using the same pattern.
Passing in a validation at construction seems like the best option, for the above-mentioned pagerduty reason.
The text was updated successfully, but these errors were encountered:
Most expectations take a validation upon construction, but http expectations take a validation through their validate method, and ssh expectations take validations at both times. For consistency and to ensure that we don't report two different expectations as being the same (eg to pagerduty), we need to have our expectations all using the same pattern.
Passing in a validation at construction seems like the best option, for the above-mentioned pagerduty reason.
The text was updated successfully, but these errors were encountered: