Merge pull request #43 from event-catalog/messages-are-queries-by-def… #108
tests.yml
on: push
Tests on Ubuntu
16s
Tests on Windows
1m 20s
Annotations
2 errors
src/test/plugin.test.ts > OpenAPI EventCatalog Plugin > service generation > services > all the endpoints in the OpenAPI spec are messages the service `receives`. If the version matches the latest the receives are persisted, any duplicated are removed:
src/test/plugin.test.ts#L532
AssertionError: expected [ { id: 'listPets', …(1) }, …(1) ] to have a length of 4 but got 2
- Expected
+ Received
- 4
+ 2
❯ src/test/plugin.test.ts:532:34
|
Tests on Ubuntu
Process completed with exit code 1.
|