Cumulocity-IoT / cumulocity-cypress

Collection of commands and utilities to be used for automating tests for Cumulocity with Cypress.
Apache License 2.0
8 stars 2 forks source link

Fix object and array matching for C8yDefaultPactMatcher #105

Closed thomaswinkler closed 6 months ago

thomaswinkler commented 6 months ago

Objects and arrays have not been processed correctly. Issue introduced with using lodash _.isObjectLike.

Also fixed processing of arrays.