Merge pull request #50 from event-catalog/add-support-to-get-files-fr… #121
tests.yml
on: push
Tests on Ubuntu
13s
Tests on Windows
33s
Annotations
2 errors and 1 warning
src/test/plugin.test.ts > OpenAPI EventCatalog Plugin > service generation > services > when the OpenaPI service is already defined in EventCatalog and the versions match, only metadata is updated:
src/test/plugin.test.ts#L168
AssertionError: expected { id: 'swagger-petstore', …(3) } to deeply equal ObjectContaining{…}
- Expected
+ Received
- ObjectContaining {
- "badges": Array [
Object {
- "backgroundColor": "blue",
- "content": "Pets",
- "textColor": "blue",
- },
- ],
"id": "swagger-petstore",
"markdown": "# Old markdown",
- "name": "Swagger Petstore",
- "summary": "This is a sample server Petstore server.",
+ "name": "Random Name",
"version": "1.0.0",
}
❯ src/test/plugin.test.ts:168:25
|
Tests on Ubuntu
Process completed with exit code 1.
|
Tests on Ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|