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
validate/validate_test: Handle JSON Schema test not raising an error
Without this, tests that expect an error tried to cast the nil to a
multierror (which failed) and then tried to format a failure message
with errs.Error() (which panicked).
Signed-off-by: W. Trevor King <[email protected]>
0 commit comments