Commit 4a705c6
committed
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]>1 parent 4882fc1 commit 4a705c6
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
| |||
0 commit comments