And the tests using Spectator pass though they must fall because I introduce an error into specs for testing purposes (in CartItem object replace one of its properties type to 'integer' from 'string')
Moreover, even if I replace $ref: value with totally another object the tests pass nevertheless!
I've got this in my OpenAPI spec:
And the tests using Spectator pass though they must fall because I introduce an error into specs for testing purposes (in CartItem object replace one of its properties type to 'integer' from 'string')
Moreover, even if I replace $ref: value with totally another object the tests pass nevertheless!