Just ran some travis tests this morning and they were expecting PUT, but got PATCH.
Local run ran fine until I reinstalled with npm install. Our package.json has "loopback": "^2.27.0", which I would think would be backwards compatible.
Or is PUT/PATCH functionality not considered a breaking change? Broke our tests!
Just ran some travis tests this morning and they were expecting
PUT, but gotPATCH.Local run ran fine until I reinstalled with
npm install. Our package.json has"loopback": "^2.27.0",which I would think would be backwards compatible.Or is PUT/PATCH functionality not considered a breaking change? Broke our tests!