mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-09 20:57:44 +00:00
27 lines
496 B
JavaScript
27 lines
496 B
JavaScript
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`E2E lint assertions-non-empty-warn 1`] = `
|
|
|
|
validating /openapi.yaml...
|
|
[1] openapi.yaml:20:7 at #/paths/~1pet~1findByStatus/get/summary
|
|
|
|
Operation summary should not be empty
|
|
|
|
18 | get:
|
|
19 | operationId: example
|
|
20 | summary:
|
|
| ^^^^^^^^
|
|
21 | tags:
|
|
22 | - foo
|
|
|
|
Warning was generated by the rule/summary-non-empty rule.
|
|
|
|
|
|
/openapi.yaml: validated in <test>ms
|
|
|
|
Woohoo! Your API description is valid. 🎉
|
|
You have 1 warning.
|
|
|
|
|
|
`;
|